Viewing 15 posts - 316 through 330 (of 449 total)
Your scenario isn't supported by Microsoft. (see BOL excerpt)
SQL Server Versions Supported
Microsoft SQL Server version 7.0 service pack 4 (SP4) is the minimum version required to participate in a replication...
June 13, 2006 at 7:17 am
I figured it out.
[VIEW DEFINITION] permission is required
June 6, 2006 at 12:25 pm
Re-Installing the SQL 2000 client tools, is probably the easiest fix.
May 5, 2006 at 6:59 am
SERVER--PROPERTIES--DATABASE SETTINGS
April 28, 2006 at 6:16 am
SP1 is now released. I've applied SP1 over previous SP1 CTP and haven't had any issues.
I've applied it to a standalone server and a 64-bit cluster without any issues.
April 21, 2006 at 6:21 am
Was the new drive added as a cluster resource?
If so: I have seen similiar behavior, just type the full path name in the dialog boxes and it will see/use the drive. ...
April 21, 2006 at 6:10 am
Cory, what type of replication?
Microsoft SQL Server version 7.0 service pack 4 (SP4) is the minimum version required...
April 12, 2006 at 11:30 am
As you said, you'll need to drop the publication before being able to detach the database. Yes, script the publication/subscription then drop it. Move the log file, then bring the...
April 12, 2006 at 6:17 am
Depending on the replication topology, you cannot replicatate 2000 to 2005. Here's a link to the Microsoft site which explains.
http://msdn2.microsoft.com/en-us/library/ms143241(SQL.90).aspx
April 12, 2006 at 6:14 am
Check out the value your passing in for:
DataConversion1STARTOFEXECUTION
My dateIn is in the format yyyymmdd. I believe you had dashes? You'll have to modify your code for your input.
April 6, 2006 at 10:25 am
'Here's my code segment. I'm converting to columns here, a name and a 'date.
Dim LastUpdate As String
Dim...
April 6, 2006 at 9:40 am
Add a "script component", after the source and before the destination. You'll use this script to transform the columns that require conversions.
The output of the script will be used for...
April 6, 2006 at 8:57 am
Viewing 15 posts - 316 through 330 (of 449 total)