Viewing 15 posts - 2,686 through 2,700 (of 7,168 total)
@SQLSACT please answer WolfgangE re: whether the table accepts updates. Also, does the table accept deletes? You could be seeing a spreading out of the index on disk due to...
December 20, 2012 at 4:28 pm
No, not using SNAC 11.
http://www.sqlservercentral.com/Forums/Topic1317581-2799-1.aspx
You could try using SNAC 10 but may run into problems with DTC. See workarounds:
December 20, 2012 at 2:26 pm
jmohan1984.tn.ind (12/18/2012)
hi, I need an example simple indirect recursive trigger.Thanks.
Did you make it beyond the phone interview?
December 19, 2012 at 12:47 pm
Since you are learning and are on SQL 2008 I would recommend acquainting yourself with the MERGE statement. INSERT...SELECT is fine, but MERGE is much more versatile and intuitive (in...
December 19, 2012 at 12:45 pm
MartJ (12/19/2012)
I have a similar issue so I though a more in depth description may help vineetbhargav too.
I have a proc that is used in a report. The report...
December 19, 2012 at 11:01 am
tppromoter (12/17/2012)
I just can't figure out how to get a job that is running on server A to restore the database on server B.
The restore command has to be executed...
December 19, 2012 at 9:19 am
I just tried it but the autogrow events themselves do not collect anything for us to see in the TextData column. The most targetted way to figure this out would...
December 17, 2012 at 6:32 am
At times, depending on the isolation level or table hints (which the reporting engine sometimes provides), multiple locks will be opened for a single query. Post-processing to roll these multiple...
December 16, 2012 at 5:22 pm
The server executing the SSIS Package must have all dependent software installed to support the running of the package. So, even if a package resides on a different server from...
December 16, 2012 at 7:57 am
You cannot retrieve the password in clear text from SQL Server once it has been set in case that is what you are asking.
To get a 'create login' statement...
December 14, 2012 at 12:57 pm
SQLRNNR (12/14/2012)
DBCC CheckConstraints would be another useful command.
I hope people aren't having to use DBCC CHECKCONSTRAINTS all that often 😉
DBCC CHECKIDENT is one that comes to mind that I have...
December 14, 2012 at 11:59 am
bugg (12/14/2012)
opc.three (12/13/2012)
December 14, 2012 at 8:23 am
peter-661823 (12/14/2012)
I understand your way to set autogrow "grow by Megabytes", I think I will do this in future too. But this does not solve the reason...
December 14, 2012 at 8:21 am
Connection from their IP? I thought you said you were connecting to a remote MySQL server. From a network security perspective only an outgoing connection from the server running your...
December 13, 2012 at 11:20 pm
Store the filename in a variable and append the value in a new column to your pipeline using the Derived Column Transformation.
December 13, 2012 at 11:09 pm
Viewing 15 posts - 2,686 through 2,700 (of 7,168 total)