I am developing some stored procedures in SQL Server 2008. Some of our customers are running SQL Server 2000.
I need to update a table from another table several times in succession. In order to make this script easier for开发者_如何学Python people to use, I\'d like to be able to dynamically reference it. Som
How to achieve the following query - SELECT CASE WHEN COUNT(*) > 0 THEN -- UPDATE operati开发者_如何学Con
I wonder if the SQL geniuses amongst us could lend me a helping hand. I have a column VersionNo in a table Versions that contains \'version number\' values like
I have a stored procedure on SQL Server 2000. It contains: select ... into ##Temp ... ... drop table ##Temp
can anyone tel me the reason for this error: Error converting data type varchar to int error? I se开发者_运维问答e it while inserting values from ASP page to SQL 2000You can\'t convert strings to
I have created a stored procedure in SQL Server 2000 and within the stored procedure I have created a number of variables that I want to return to the asp classic script.
I am using Afo Castle AR Code Generator v1.0.0.4 at fi开发者_如何学JAVArst I was receiving errors for using tinyint as a primary key so I changed those to int but the only error I have left and can\'t
We use SQL 2000 Enterprise Edition. We have noticed that the triggers are not executed when we make data changes using the 开发者_C百科Enterprise Manager. That is, we execute a \"Select\" query, and
How can I get a list of tables in a database without 开发者_开发知识库a timestamp column? Any suggestions? Using INFORMATION SCHEMA views: