We have some databases in a single SQL Server 2000 instance, one of them being a sandbox.My boss needs to be able to restore fresh data over the sandbox using a utility I don\'t have the source to.开发
I have a query which takes datetime as a parameter, what we have observed is that if you supply datetime parameter through a variable, Query takes 2 -3 times more time to execute than if you directly
I have to create a query that checks across several different columns, and if any of them have a 1, I want to return true.
INSERT INTO [UPLOAD_FILE_RECORD_FIELDS_DATA]([RECORD_ID], [FIELD_ORDER],[FIELD_VALUE], [ERROR_CODE])
Actually, I have the task of finding the employees bas开发者_开发知识库ed on the salary rank.
Recently converted my ASP.NET project from 1.1 to 3.5. Hooray! Currently developing a form which has a handful of optional fields. Normally, I\'d go through in my code, adding tons of if statements, c
I have two tables that I am trying to join together multiple times.The Parent table is called Jobs, and the child table is called Routings.A Job can have 1 or more Routings.I need my out开发者_StackOv
I have the following table in SQL Server 2000: TABLE_NAME|COLUMN_NAME|TYPE_NAME|PRECISION|LENGTH|SCALE|
Issue: Using the detach/attach SQL database from a SQL 2000 SP4 instance to a much beefier SQL 2005 SP2 server.
I have a collation conflict in a stored procedure I am trying to run to send it live... it has been explained here