Viewing 15 posts - 841 through 855 (of 1,292 total)
CrazyMan (11/27/2009)
sorry how do i attach a file ,
When posting a reply, you need to look at the portion below and will find edit attachments.
November 27, 2009 at 7:50 am
Nick_UK (11/27/2009)
USE DatabaseName
GO
EXEC sp_helpfile
GO
November 27, 2009 at 7:47 am
I second Lutz ideas of posting the Execution Plan?
What do you mean by disabling table2?
You mentioned about size of table1 but there is nothing in your update statement which...
November 27, 2009 at 7:03 am
shivrudra_2008 (11/27/2009)
please provide the details about point in time recovery how it works
What details are you looking for?
If you are a fresher in SQL DBA field, look for such...
November 27, 2009 at 6:49 am
hoanguyen268 (11/27/2009)
I have the same problem with replication. I have one server is using SQL server 2000 (S1) and the other is using SQL server 2005 (S2). Both...
November 27, 2009 at 5:44 am
luckysql.kinda (11/26/2009)
Better use GUI instead of this query.
Have you read the Original Post ?
The OP wanted to monitor through script on all Server. OP has mentioned about seeing in GUI.
I...
November 27, 2009 at 5:36 am
When you got the idea already then why can't you specify clearly what is that you need instead of posting couple of lines.
Do you need how to move the SP's...
November 26, 2009 at 8:07 pm
SQL Books Online gives a very good explanation. Please refer it.
November 26, 2009 at 7:43 pm
In SSMS go to the Database which has your tables.
Right Click the Database -> Tasks -> Generate Scripts.
In the Wizard, click next in the initial screen, in the next screen...
November 26, 2009 at 7:39 pm
It needs creation of all the database objects manually and use Stored Procs to move data.
I did not get the answer for the question how large is the database and...
November 26, 2009 at 5:01 pm
Before inserting into the actual table, can you check what's captured by using
SELECT * FROM #TempFirstLevelChangeDetail
What does it show?
November 26, 2009 at 3:10 pm
You need to script all the database objects on the source server and create them on destination server. After which you can uses BCP or use Linked Server tomove the...
November 26, 2009 at 2:43 pm
What changes in SSMS are you looking with the SQL Server SP3?
November 26, 2009 at 1:50 pm
You wanted to purely use T-SQL only to do this?
Not contemplating idea of SSIS to do this?
November 26, 2009 at 1:47 pm
When you login from your workstation, login details you are providing (Windows or SQL), it needs to have sysadmin Server Role Permissions on that server.
November 26, 2009 at 12:15 pm
Viewing 15 posts - 841 through 855 (of 1,292 total)