Viewing 15 posts - 586 through 600 (of 1,292 total)
Is your SQL Server 2000 DB engine still running?
If so, I would first stop the DB engine and check if there is any impact ( Incase any apps are...
December 10, 2009 at 11:39 am
Gail, any corrections / suggestions to my method...
December 10, 2009 at 11:24 am
I am not sure if this is a suggested method, but I am giving what's on top my head.
You cannot rollback changes only to a single table, rather to a...
December 10, 2009 at 11:09 am
CirquedeSQLeil (12/10/2009)
GilaMonster (12/10/2009)
Krasavita (12/10/2009)
I already have AWE check and I have Standard Edition.
If you have Standard edition of SQL 2000 then this entire conversation has...
December 10, 2009 at 10:52 am
Where are you using varchar(10) and smalldatetime, I dont see the DDL stmts.
But yes, you can use Varchar(10) to store in the format that you wanted to.
December 10, 2009 at 10:25 am
Feels like 240 F with gusty winds around 30 MPH
December 10, 2009 at 9:40 am
mr_adeelalisyed (12/10/2009)
Iām having a little challenge in updating one of my table. Iām trying to capture create_date from sys.databases. when I try to update my table using the following...
December 10, 2009 at 9:36 am
Are the questions really worthy of asking.
Someone who has worked at least once with SQL 2000 would surely know how DTS packages can be created and if you worked...
December 10, 2009 at 9:34 am
Replication is by default disabled (not configured), you may try to find out the servers where replication is configured, may be a documentation or a write up.
Question about impact...
December 10, 2009 at 9:24 am
Nice Marmot (12/10/2009)
The version of SQL Server you are restoring on to has to be the same or higher than the source version. Install any updates first.
I haven't...
December 10, 2009 at 9:14 am
Lynn Pettis (12/10/2009)
Bru Medishetty (12/10/2009)
ray 78019 (12/10/2009)
If I understand correctly, if I open the DTS in SQL Server Management Studio (2005) and save it under a different name, it'll...
December 10, 2009 at 7:55 am
ray 78019 (12/10/2009)
If I understand correctly, if I open the DTS in SQL Server Management Studio (2005) and save it under a different name, it'll still be saved as...
December 10, 2009 at 7:30 am
Is this on a production system? Just don't want to cripple your prod boxes.
Can you try reconfigure distribution this time choosing a different location for the ReplData.
Of course, if you...
December 10, 2009 at 7:14 am
schauhan13 (12/9/2009)
SELECT COUNT(*) AS Expr1
FROM (SELECT partnbr
...
December 9, 2009 at 12:59 pm
Viewing 15 posts - 586 through 600 (of 1,292 total)