I am in middle of upgrading from a poorly designed legacy database to a new database. In the old database there is tableA with fields Id and Commodities. Id is the primary key and contains an int and
I attached database from SQL Server 2000 to SQL Server 2005 and it worked well but I had column called (Add Date) which had the Date time of input data and when I insert new data after attached data b
How to combine开发者_如何学Go rows in SQL Server 2000Have you tried using FOR XML RAW in SQL Server 2000?You can create a user defined function to perform the string concatenation for each ID value.
What I want to do is, inform the users about my program that \"there is an update going on in database, so the results may not be correct.\" Thus I have to check if there is some process (like writing
I have a stored proc on SQL Server 开发者_如何学JAVA2000 that takes 3 parameters.When I call the stored proc from DotNet using SqlCommand.ExecuteReader () it takes about 28 seconds.
How to sum data week wise in MS-SQL 2000 I have a Table \"Reports\" with the following columns. TotalSubmissions, ZoneID, RptMonth, RptDay, RptYear
I have a database upgrade tool that is misbehaving. I would like to catch one of the queries it sends to the database and change it be开发者_开发知识库fore it is executed.
I\'m creating/changing a ton of indexes on a large db. Doing this works if the index al开发者_开发问答ready exists.
I\'m having a bit of a problem with moving specific data from one server running SQL Server 2000 (A) and another running SQL Server 2008 (B). I\'m writing a script according to customer specifications
I have 2 databases on SQL (identical).I want a table from one database to be copied to the other databas开发者_如何转开发e.They are both the same name and the original table can be overwritten.DELETE