Viewing 15 posts - 511 through 525 (of 2,900 total)
The "sp_whoisactive" tool show % complete. Not sure how accurate it is.
May 9, 2014 at 12:05 pm
You could set up a server side trace to capture events for the future. I have 1 running 24/7 and have found it useful from time to time. I set...
May 8, 2014 at 11:52 am
Are both servers on the same domain ?
May 8, 2014 at 11:46 am
How would the hacker pass that variable to the stored procedure ? If it's part of a form on a website, then hackers can enter character strings. But...
May 7, 2014 at 8:54 am
Could someone include the "how" and "why" that dynamic SQL is vulnerable to SQL injection ?
May 7, 2014 at 8:06 am
scronin 98371 (4/30/2014)
Never mind. Some trial and error, I placed it at the end of the command string and it worked.
Yes, that is what I did too.
set @CMD = 'copy...
May 1, 2014 at 8:06 am
It might not be a "normal" size for that database if it grew large due to a lack of t-log backups some time in the past. But now that you...
April 30, 2014 at 1:46 pm
Why are you running code from files, instead of having the code in stored procedures, then executing the stored procedures. Is there an advantage to files ?
April 29, 2014 at 7:59 pm
You can increase the history for future job runs.
Maybe if you restored MSDB backups to a temporary database you could query the job history tables. They may still have older...
April 28, 2014 at 5:24 am
Wouldn't the LEFT OUTER JOIN only work for new records, not changed records ?
I was also thinking replication would work.
April 25, 2014 at 11:52 am
Do you mean .MDF file ?
There are many ways it could be processed & scheduled. Have you looked at the SQL scheduled jobs ?
What is done with the file ?...
April 25, 2014 at 11:42 am
Rather than dig up an old thread to post a different question, I think you'd be better served by starting a new thread.
April 3, 2014 at 1:57 pm
These bugs have been around for a long time. They must be very low on the priority list.
March 26, 2014 at 5:37 am
My snippet is not very clear.
Job_Date is a DATETIME column in the table, and it's also getting named as a field as a result of the convert. So...
March 25, 2014 at 10:40 am
Viewing 15 posts - 511 through 525 (of 2,900 total)