Which is the main third-party tool used in sql server?
How many types of system privileges are there, Can we add or delete privileges?
What are mdf,ndf,ldf files and how to see the data in those files?
Tell me extended events in sql server 2008?
What is an expensive query?
How to throw custom exception in Stored Procedure?
How to create logins using windows Authentication mode?
Why should we go for stored procedures? Why not direct queries?
New concepts of sql server 2005 use in your project.
Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.
What is the beast way to write CTE in SQL Server ?
how to dispaly a particular row details from a given table
Can you use order by when defining a view?