Viewing 15 posts - 2,536 through 2,550 (of 2,635 total)
The licensing of the backup server has to be identical to the licensing of the production server because, if you failover, it will be doing the same processing as the...
July 29, 2004 at 5:01 pm
Oracle's support forums:
Not as much fun, but good info. I like orafaq, also.
Greg
July 29, 2004 at 12:26 pm
I sure thought I pasted the url. Oh well, here it is:
http://support.microsoft.com/default.aspx?scid=kb;en-us;827448&Product=sql2k
Greg
July 28, 2004 at 3:20 pm
July 28, 2004 at 10:32 am
Try this Knowledgebase article. It contains a workaround.
Greg
July 28, 2004 at 10:22 am
Sorry I didn't elaborate. Your query needs to check for the existence of a match between the two tables. The WHERE clause should look like this:
FROM DTS.companies d
WHERE NOT EXISTS...
July 27, 2004 at 10:40 am
Joan,
The Source tab is the correct place to write the query. Try qualifying the table names with the database and owner like this: database.owner.table.
You didn't say so, but I'm assuming the...
July 26, 2004 at 2:42 pm
So, are you saying that when you import the data, the primary key contraint goes away or the values for the columns that make up the primary key aren't imported?
By...
July 21, 2004 at 2:24 pm
Use the Date Time String Transformation option of the Transform Data Task in DTS. See "DTS Transformations" in BOL.
Greg
July 21, 2004 at 11:41 am
I assume you're using the wizard. Are you dropping and creating the destination table each time? Can you post the table schema indicating the primary key?
Greg
July 21, 2004 at 11:06 am
If your recovery model is set to "Full Recovery", which it must be to do log backups, SQL Server will automatically truncate the inactive portion of the T-Log when you...
July 21, 2004 at 10:47 am
John,
You don't have to backup the logs for all the databases on the same schedule. Backup the logs for the two busy databases more frequently than the others.
As for...
July 21, 2004 at 10:01 am
Make sure all objects are owned by the database owner (dbo). If the logon ID associated with the current connection doesn't own the table in the Select statement, SQL Server...
July 16, 2004 at 9:50 am
Standard Edition can use up to 2GB of memory so, if that's your only concern, Standard would meet your needs.
Greg
July 16, 2004 at 9:32 am
Viewing 15 posts - 2,536 through 2,550 (of 2,635 total)