Viewing 15 posts - 76 through 90 (of 350 total)
Hi Paul,
I have similar issue yesterday occurred after upgrading to the new version sql2008r2 from 2005 version. We haven't changed the compitible mode after the upgarde.
I have followed all...
January 29, 2013 at 3:02 pm
GilaMonster (1/29/2013)
Can you run CheckDB on the 2005 database?Do you have a backup from before the DB was upgraded to SQL 2008?
Hi Gila.,
No we cannot run the checkdb as...
January 29, 2013 at 2:36 pm
If you want to create a index for certain search criteria then you could use filtered index(non clustered) for specific type of data.
may be helpful
January 29, 2013 at 12:47 am
Sorry, i haven't seen that line to ignore the current data ...and create a unique index..sorry that is not possible for the table with that data.
January 29, 2013 at 12:26 am
It seems you have duplicate data in the columns and you will not able to create the unique index on a column with duplicate rows.
You might consider delete the duplicate...
January 29, 2013 at 12:23 am
the other way to confirm the number of rows in 2 tables select Count(*) from table and is same number of rows in both tables ?
January 7, 2013 at 2:00 pm
Gillian_Pappas2002 (1/7/2013)
gives me "Error" on output, but there are no error codes. The syntax checks out and the values for
fields urgency_level and...
January 7, 2013 at 12:43 pm
mssqlsrv (1/7/2013)
Hi Team,How should I schedule DTS package for 2000 server
using sql management studio??
I dont have SQL server 2000 Enterprise manager
January 7, 2013 at 12:38 pm
How about doing both tasks truncate and loading in a single transaction and commit at the end ? Does this makes any difference?
January 4, 2013 at 10:04 pm
SQL Guy 1 (1/4/2013)
We have a table which is getting truncated and loaded anew every 10 min by a scheduled job. The table is of medium...
January 4, 2013 at 5:30 pm
nawillia (1/4/2013)
One question we are pondering is if you can restore a database to Server B using Server...
January 4, 2013 at 5:27 pm
Mithra (1/2/2013)
I am looking for the TSQL to get the below details.
1)Total memory allocated in the windows machine where a sqlserver instances are installed.
2)Total memory allocated to each...
January 2, 2013 at 2:50 pm
fabri8989 (12/28/2012)
December 28, 2012 at 1:16 pm
nelsonj-902869 (12/27/2012)
I am learning SSIS and having great fun with Sequence Containers, Control flows and Data flows. I believe I have the general idea, so I am attempting to...
December 27, 2012 at 6:01 pm
Viewing 15 posts - 76 through 90 (of 350 total)