Viewing 15 posts - 766 through 780 (of 1,366 total)
There are thee types of 'temp' tables, all stored in the tempDB database.
Global Temp Tables.
Created by CREATE TABLE ##MyTempTable AS ...
They are visible to all sessions. If not explicitly dropped,...
February 10, 2011 at 5:07 am
Where is the SQL Server instance located?
November 30, 2010 at 9:24 pm
Log shipping sends a backup of the log over and restores it. It's only as up-to-date as the most recent log that was shipped over....
if you want to a copy...
November 30, 2010 at 3:35 am
You can go for replication
If you plan for transactional replication then all the tables must have primary key.
November 30, 2010 at 2:50 am
What you mean a gud proven product and not sql server(third party) tool??
November 1, 2010 at 2:07 pm
If you using SQL Server 2008 R2 why cant you try data tier application and I think there are some more features in R2 which supports centralised administration.
November 1, 2010 at 2:05 pm
The application wont connect to database...
For remote connection you should enable both TCP\IP and NAMED PIPES
September 19, 2010 at 11:20 pm
Try windows performance monitor..u can add counter for each instance..
September 17, 2010 at 4:57 am
Have u receiving the same error while clicking any other options in SSMS??
Is that job u created from scratch or migrated from anywhere???
September 14, 2010 at 3:18 am
Update in the sense??
If its data and both SQL & MySQL have same structure its easy..Can you please be more specific on your requirement??
September 8, 2010 at 4:59 am
Try Login to SQL Server in Single user mode and add a user from new domain.. or enable the sa login
September 8, 2010 at 4:55 am
Viewing 15 posts - 766 through 780 (of 1,366 total)