Viewing 15 posts - 2,686 through 2,700 (of 7,164 total)
jmohan1984.tn.ind (12/18/2012)
hi, I need an example simple indirect recursive trigger.Thanks.
Did you make it beyond the phone interview?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 14, 2012 at 11:59 am
bugg (12/14/2012)
opc.three (12/13/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 13, 2012 at 11:09 pm
A Transformation Script Component in your Data Flow Task should work fine. This article explains the technique well in that it creates two output streams, one for rows containing numeric...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 13, 2012 at 11:06 pm
But you do have access to read the SQL that is run. You can setup an Extended Events session or a Server-side Trace to capture all SQL statements issued against...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 13, 2012 at 10:40 pm
Viewing 15 posts - 2,686 through 2,700 (of 7,164 total)