Viewing 15 posts - 1,891 through 1,905 (of 7,168 total)
Derek Dongray (2/14/2013)
Of course, the problem then is to ensure that the binary format is correctly ordered!
Need any assistance on this piece or have you found what you needed?
February 19, 2013 at 7:17 am
I do not think you need to add anyone to the sysadmin Role for this. Per the article you just need to add the service account you decide to use...
February 19, 2013 at 6:48 am
Which service account is the Agent service logging in as?
Per this article in addition to enabling the service you must also change the SQL Server Agent service account and ensure...
February 19, 2013 at 6:14 am
Any sorting requirements? If each line in the file could have a different number of fields then what format should each line in the file be in, e.g. comma-delimited, tab-delim...?
February 19, 2013 at 5:58 am
The sp basically first gives total count of pages and then displays the records.
Please define "total count of pages."
February 19, 2013 at 5:23 am
It sounds like you are looking into writing a package that will something very similar to what redgate SQL Data Compare tries to do.
Can you please clarify these statements:
I need...
February 19, 2013 at 5:20 am
Good to know you have a way forward but it seems like a Script Task would be a better choice here to save you a round-trip to the database server...
February 18, 2013 at 10:32 pm
john.arnott (2/18/2013)
Revenant (2/18/2013)
Ray K (2/18/2013)
The Dixie Flatline (2/18/2013)
CC#
.NET
-Java
Espresso
February 18, 2013 at 4:04 pm
Attached is a sample SSIS 2008 R2 package that pops a MessageBox for each database on your instance.
February 18, 2013 at 2:49 pm
It's the Database!!! (2/18/2013)
opc.three (2/15/2013)
- one of type Object that will contain the list of databases
- one of type Int to contain the database_id
- one of type...
February 18, 2013 at 2:47 pm
What you're experiencing is one of the frustrating pieces of Ownership Chaining. A DENY is not respected when an Ownership Chain is in play because only the highest chain in...
February 18, 2013 at 2:33 pm
balasach82 (2/18/2013)
1. If i had to move a table from a filegroup in drive A back to paimary in drive B, what should i do?
If it's a heap, see my...
February 18, 2013 at 12:05 pm
Use of XMLReader is an iterative approach so you'll be writing code with the structure "for each node in document, do something" and those for each statements can be nested....
February 18, 2013 at 11:27 am
I can tell you that variables based on expressions do change when they are used but the "used" part is a little murky. The loop coupled with the waiting that...
February 18, 2013 at 7:44 am
Or is you just want to know the total memory used, like what you were looking for in Task Manager:
SELECT cntr_value AS [Total Server Memory (KB)]
FROM ...
February 18, 2013 at 7:15 am
Viewing 15 posts - 1,891 through 1,905 (of 7,168 total)