Microsoft SQL Server Database Project in Visual Studio 2022( Getting Started)

Поділитися
Вставка

КОМЕНТАРІ • 89

  • @engrrosetem
    @engrrosetem Рік тому +7

    thank you for this video, one of my problems has been solved... my learning of sql in asp has come to light.

  • @MythivarYaslana
    @MythivarYaslana 5 місяців тому

    Thanks for the Video. easy to follow. Just got started with writing a winforms app that started as a text based config with output to text files then added database support. I was doing all my "create table" logic in SQL Server Management Studio with saved SQL files, but this is way better as I can put my project under source control in Github. Maybe I should have already know this stuff.

  • @salman76
    @salman76 5 місяців тому +1

    Thank you so much for such an informative video.

  • @ace--x
    @ace--x 6 місяців тому

    Excellent! Just what I needed to get me started. Thanks for the upload 🙂

  • @DouglasJapheth
    @DouglasJapheth Місяць тому

    thank you so much. It helps me do my Assignment😍😍😍

    • @hacked101
      @hacked101  Місяць тому

      @@DouglasJapheth you are welcome

  • @andresaguilar9267
    @andresaguilar9267 Рік тому

    Great video, the only thing is that if the project can be used for Oracle.

  • @kennywilliamm
    @kennywilliamm Рік тому

    Thanks for this great tutorial. Why is it necessary to publish the database as in the latter part of the tutorial?

    • @hacked101
      @hacked101  Рік тому +1

      You publish it again once you make changes in code

    • @kennywilliamm
      @kennywilliamm Рік тому

      @@hacked101 Great - thank you

    • @hacked101
      @hacked101  Рік тому

      @@kennywilliamm you are welcome

  • @protobelt9001
    @protobelt9001 7 місяців тому

    hi can i ask about mu problem that said
    The connection properties object must be of type SqlConnectionProperties or OleDBSqlConnectionPropertiies

    • @hacked101
      @hacked101  7 місяців тому

      Is self explanatory, please follow the video carefully

  • @dilipmevada
    @dilipmevada 3 місяці тому

    How to manage deployment change into different environment like local ,dev, qa and prod?

    • @hacked101
      @hacked101  3 місяці тому

      Check out my video on SQL Server Database Deployment

    • @dilipmevada
      @dilipmevada 3 місяці тому

      @@hacked101 Thanks a lot.

  • @bhuvaneshwarib4198
    @bhuvaneshwarib4198 4 місяці тому

    There is a error while trying to import and connect database saying that to enable trust server certificate by reviewing ssl and certificate configuration
    How to correct this?

    • @hacked101
      @hacked101  4 місяці тому

      There is a checkbox that needs to be checked to allow importing sensitive stuff. Please make sure you follow the video carefully

  • @spiritretro3571
    @spiritretro3571 9 місяців тому

    what do i do if importing didnt bring the table but "security" and "server objects" instead? edit: nvm i figured it out

    • @hacked101
      @hacked101  9 місяців тому

      Please make sure you select the tables you want to import

    • @DanananaDynamite
      @DanananaDynamite 7 місяців тому

      You might have solved this, tell me if did

    • @spiritretro3571
      @spiritretro3571 7 місяців тому

      @@DanananaDynamite i wasnt actually selecting the the database to import so i was never importing anything

  • @dennistucker2138
    @dennistucker2138 Рік тому

    I was able to import from visual studio. I then went into the database, added a table, went back to visual studio, right clicked project, but the database was now greyed out.

  • @טלציקנובסקי
    @טלציקנובסקי 6 місяців тому

    what should I do if i want to create a new table like in 3:40 but there isn't a option to that?

  • @bryanbruner3358
    @bryanbruner3358 Рік тому

    Man, i'm using the 2022 version but some options you are chosing just don't apper to me. Can you help me?

  • @32-angtoanquoc86
    @32-angtoanquoc86 Рік тому

    please let me know that it can be connect with a program c++?

  • @CaribouDataScience
    @CaribouDataScience 10 місяців тому

    Thanks, that was what i was looking for.

    • @hacked101
      @hacked101  10 місяців тому

      You are welcome

  • @hasanmougharbel8030
    @hasanmougharbel8030 2 роки тому +2

    Hey there,keep up the great work in your channel.
    I have only a general enquiry as a newbie sql learner.
    Could i channel shopify live data into an sql application?(This should be an application developed for a company of 50 employees mainly for the sake of generating reports and analytics))
    Is this an easy process to undertake as a sql beginner? What should i keep in mind
    and what are the tools or softwares that i should work with right from the beginning.
    For notice, I made my mind to work with microsoft sql server, also our company has a dedicated server.
    Thanks for taking care of my enquiry.

  • @yuliethramirez2491
    @yuliethramirez2491 Рік тому

    Hello, how can I do the process in the opposite way, a change made in the database is reflected in the visual project? How do I publish the change in the opposite way, taking into account that the project is already created, thanks

    • @hacked101
      @hacked101  Рік тому

      Watch the video to the end

  • @rbalgecira9381
    @rbalgecira9381 6 місяців тому

    when i add table mine says failed to retrieve server version

    • @hacked101
      @hacked101  6 місяців тому

      Please follow the video carefully

  • @muzamilzaman7463
    @muzamilzaman7463 Рік тому

    Now we won't have to install Microsoft sql server separately is it true?

  • @0.0gaarii0.0
    @0.0gaarii0.0 Рік тому

    Hello does Microsoft SQL Server Local Database have a storage limit of the file size or is the only limit the storage capacity of your HDD or SSD of your computer, in addition I would like to also know any restrictions or limitation of MS SQL Localdb. Thank you.

    • @pullup3041
      @pullup3041 9 місяців тому

      The storage capacity is essentially limited by the available storage on your computer's HDD or SSD. You can use as much storage as your disk allows. LocalDB may lack certain advanced features available in the full version of SQL Server, such as SQL Server Agent, SQL Server Integration Services (SSIS), and others. By default, LocalDB operates in single-user mode, meaning that only one connection is allowed at a time. This is suitable for development scenarios.

  • @sirikum-qs3is
    @sirikum-qs3is 5 місяців тому

    How can we know the server name in the laptop?

    • @hacked101
      @hacked101  5 місяців тому

      You set the parameters when installing the server

  • @mikestock1848
    @mikestock1848 4 місяці тому +1

    Thanks, that was really helpful :)

    • @hacked101
      @hacked101  4 місяці тому

      @@mikestock1848 you are welcome

  • @hwilkes2048
    @hwilkes2048 Місяць тому

    Great explainer, thanks!

    • @hacked101
      @hacked101  Місяць тому

      @@hwilkes2048 you are welcome

  • @exAlexey
    @exAlexey Рік тому

    Comfortable) But how to create Database Project for MySQL 8.0 ?

  • @powerbackknowledge169
    @powerbackknowledge169 Рік тому +2

    This video is very useful 👌
    Thanks 😊

  • @knightmarerip711
    @knightmarerip711 Рік тому

    Is it just me or is the audio really low? Content is good though.

  • @janatbek
    @janatbek 8 місяців тому

    Thanks you a lot. saved my day.

  • @nonobrochacho240
    @nonobrochacho240 3 місяці тому

    This is great and I love that accent.

    • @hacked101
      @hacked101  3 місяці тому

      @@nonobrochacho240 no doubt

  • @AmmarTheTrainer
    @AmmarTheTrainer 8 місяців тому

    thanks for nice share..

  • @NelPat-e6f
    @NelPat-e6f Рік тому

    finally a video that helped mi a looot! Thanks

  • @shadowjoker830
    @shadowjoker830 Рік тому +1

    That way very helpful, thanks.

  • @Indi_DevJames
    @Indi_DevJames Рік тому

    could you record your voice louder its very hard to here you then again I might be going def.

  • @Scrittyrow
    @Scrittyrow Рік тому

    cant hear anything!

  • @niteshsonawane
    @niteshsonawane Рік тому

    Great Video, easy to learn.

  • @gorgeous.george
    @gorgeous.george 11 місяців тому

    Many Thanks!

    • @hacked101
      @hacked101  11 місяців тому

      You are welcome

  • @Learningyogi
    @Learningyogi 23 дні тому

    Thanks man🙏

  • @ShiennyHadi
    @ShiennyHadi 4 місяці тому

    thank you 🙏😁

  • @דודשושני-ר2נ
    @דודשושני-ר2נ Рік тому

    Youre the man!

  • @dreamreaper9974
    @dreamreaper9974 Рік тому

    Why i have azure extension for SQL server this option when im installing the SQL server? And i dont know what to do with it... i skipped that step and then when i completed install, i opened visual studio community 2022, i dont have the data connection selection on the top left corner...

    • @hacked101
      @hacked101  Рік тому

      Watch my video on how to download and install SQL Server