Viewing 15 posts - 4,051 through 4,065 (of 7,168 total)
pradeep.mohan (5/15/2012)
Staging table means destination table?
The staging table to which I am referring is a new table you will create in the destination database. It's sole purpose will be to...
May 15, 2012 at 12:31 pm
I am curious as to why you want to pass a parameter to a SQL Agent Job. Are you using Agent as a way to execute stored procedures asynchronously?
May 15, 2012 at 11:56 am
GSquared (5/15/2012)
opc.three (5/15/2012)
GSquared (5/15/2012)
May 15, 2012 at 11:41 am
I would not use xp_cmdshell for this work. Have you tried using bcp directly from the command line?
May 15, 2012 at 10:56 am
GSquared (5/15/2012)
May 15, 2012 at 10:40 am
pradeep.mohan (5/15/2012)
Sorry to say that i did not understand your point.can you explain once again briefly.
Which part are you having trouble understanding?
May 15, 2012 at 12:26 am
djordan 41144 (5/14/2012)
yes still 70% fragemented.my table is not a heap table.
table is 11mb. I suppose that means it is 1375 pages big.
That is a very small table. In general...
May 15, 2012 at 12:22 am
This is normal. When the initial restore was done it was done WITH NORECOVERY. Another option is to restore the database WITH STANDBY, but you have to provide an UNDO...
May 15, 2012 at 12:19 am
Not really. Please re-read my earlier post.
The Control Flow would look something like this:
And your data flow would look something like this:
Within the second Execute SQL Task is where you...
May 15, 2012 at 12:12 am
shaun.stuart (5/14/2012)
Is there any way to catch multiple errors with a try catch block?
No, not using T-SQL.
If you use a programming language like C# (what SSMS uses to run your...
May 14, 2012 at 4:45 pm
Jeff Moden (5/14/2012)
opc.three (5/14/2012)
bitbucket-25253 (5/12/2012)
opc.three (5/11/2012)
Jeff Moden (5/11/2012)
Do you have any performance metrics for this, Orlando?
I do not, but I would be happy to mock up some test data and...
May 14, 2012 at 2:10 pm
WayneS (5/14/2012)
opc.three (5/14/2012)
SELECT dbo.ToTitleCase('The quick brown fox JUMPS over the lazy dog.');
Yields:
The Quick Brown Fox JUMPS Over The Lazy Dog.
JUMPS stays uppercase. I may decide...
May 14, 2012 at 2:03 pm
This is what I use:
Where to find information about the latest SQL Server builds
May 14, 2012 at 1:57 pm
rafael_si (5/14/2012)
I will do what you've proposed in my test environment. My doubts was solved!
obs: is there a way in this forum to...
May 14, 2012 at 1:54 pm
capn.hector (5/14/2012)
opc.three (5/14/2012)
durring the server trace i could not find any differences in the T-SQL being executed between the create database script vs SSMS Create DB Wizard.
Thank goodness. I think...
May 14, 2012 at 1:47 pm
Viewing 15 posts - 4,051 through 4,065 (of 7,168 total)