what is a major difference between sql server 6.5 and 7.0 platform wise? : Sql server database administration
946what's the difference between delete table and truncate table commands? : Sql server database administration
1039what is database replicaion? What are the different types of replication you can set up in sql server? : Sql server database administration
1049I create a separate index on each column of a table. What are the advantages and disadvantages of this approach? : Sql server database administration
1135how to determine the service pack currently installed on sql server? : Sql server database administration
1026what are the different types of replication you can set up in sql server? : Sql server database administration
1063explain what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
1151
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.
Can We Use Data-grids For Our Report In Ssrs?
Explain multiserver query
What are the reporting services components?
How to find out the list schema name and table name for the database?
Explain a checkpoint?
Explain trigger classes i.e. Instead of and after trigger?
What is the difference between for xml raw and for xml auto?
What is a cube? : sql server analysis services, ssas
How do I change my passwords (database, LDAP, and so on) without causing an outage?
How to round a numeric value to a specific precision?
Why people hate cursor?
How can you list all the columns in a database?
Write a query for primary key constraint with identity key word?
What is replace and stuff function in sql server?