Viewing 15 posts - 3,691 through 3,705 (of 3,738 total)
The Primary Key Contraints has a different name or it does not exist.
Try querying the sys.ojects, sys.constarints & sys.columns tables. Also you the GUI to identify ihe constraints on a...
February 3, 2010 at 5:34 am
I have llisted some articles concerning this topic.
http://articles.techrepublic.com.com/5100-10878_11-1043671.html
http://www.devx.com/getHelpOn/10MinuteSolution/16507/1954
http://vyaskn.tripod.com/sql_server_administration_best_practices.htm
February 3, 2010 at 5:19 am
Afterlooking at the explain plan you may want to consider the floowing:
THE IS NOT NULL will result in a table scan.
You may want to use a Non-ANSI Standard JOIN...
February 3, 2010 at 4:56 am
Setting up a Linked Server in a 64 bit environment requires an additional step.
Please refer to the following link:
February 3, 2010 at 4:45 am
You are attempting to add a record to a child table that does not have a corresponding value in the parent table as defined in the Foreign Key.
The error message...
February 3, 2010 at 4:25 am
You can do this at the Server Level but it requirees rebuilding the Master Database & reloading the Databases.
February 3, 2010 at 4:05 am
If you decide to move the Database to another Server and decomission the current Database Serve, please consider using an Alias SQL Server Name and/or a DNS Entry to redirect.
January 15, 2010 at 9:14 pm
Avoid using Dynamic SQL embedded in the User Interface and Stored Procedures.
http://www.codeproject.com/KB/database/SqlInjectionAttacks.aspx
http://aspalliance.com/385_Using_SQL_Server_Stored_Procedures_To_Prevent_SQL_Injection
http://www.wwwcoder.com/Directory/tabid/68/type/art/site/2966/parentid/258/Default.aspx
http://www.appsecinc.com/presentations/Manipulating_SQL_Server_Using_SQL_Injection.pdf
January 15, 2010 at 5:02 am
The PSSDIAG data collection utility is commonly used to collect information prior to a consolidation.
Refer to the following Links:
http://support.microsoft.com/kb/830232
http://support.microsoft.com/servicedesks/webcasts/wc082401/WC082401.ppt
There a number of other factors to consider that are addressed...
January 15, 2010 at 4:48 am
The requirement requires that was provided is to return the first record created.
January 14, 2010 at 2:06 pm
No pun intended but I really got myself into the Dog House with this post:-)
January 13, 2010 at 2:32 pm
Your code is excellent and I appreciate your going out of your way.
I will archive it for future reference.
In this case I will only have one table to work with...
January 13, 2010 at 2:19 pm
Viewing 15 posts - 3,691 through 3,705 (of 3,738 total)