Viewing 15 posts - 361 through 375 (of 623 total)
I left the header row alone. I deleted half of the first data row and all the other data rows.
March 15, 2012 at 10:41 am
Interesting! I never would have thought of that. Thanks for you help.
March 13, 2012 at 4:17 pm
I ended up restoring from backup which resolved the problem. Case closed. Thanks.
March 13, 2012 at 3:31 pm
My SQL Server service account has access to E:\SQL_Data.
March 13, 2012 at 2:47 pm
xp_CmdShell is already in the mix....
DTLoggedExec is what I really want but I usually refrain for 3rd party software.
So I can do something like the below.
I'd prefer to only have...
March 13, 2012 at 12:00 pm
Is VMs physical to virtual (P2V) process and option?
March 9, 2012 at 12:05 pm
>>and then in SSIS I can also put the farm name in another column
Can you use the extended properties of a database.. Right-click on the database and go to extended...
March 8, 2012 at 9:13 am
Ok then it sounds you have left the realm of SQL Server. Maybe this.
Or back the situation up to a single recordset and explain to us what you...
March 8, 2012 at 9:02 am
The rownumber idea looks like a great way to start. At some point it seems you are going to have to perform the file creation process an indeterminate number of...
March 7, 2012 at 11:19 am
If you post your data properly you are more likely to get someone to help you.
http://www.sqlservercentral.com/articles/Best+Practices/61537/
March 6, 2012 at 3:29 pm
Thanks. It seems the lesson here is if you just need the count, use @@ROWCOUNT. If you want to do something with the details of the inserted records, then use...
March 6, 2012 at 8:03 am
This below is not performing very well because of there being multiple joins for each record to be deleted. There would be 9 join records when there are 3 records...
March 2, 2012 at 11:11 am
Viewing 15 posts - 361 through 375 (of 623 total)