Viewing 15 posts - 511 through 525 (of 2,897 total)
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
Same problem here too. Sometimes it changes to 24 minutes, so I have to change it a 2nd time to get it to "stick".
I suppose you could set up...
March 25, 2014 at 7:19 am
Yes, removing the alias works, but it seems strange that it is not valid code. Upgrade Advisor won't work because we have Cold Fusion and PHP code outside of SQL.
March 25, 2014 at 7:14 am
You could contact the backup software company. Perhaps they have "retry" settings that will help if there is contention or network problems.
March 20, 2014 at 4:35 am
Viewing 15 posts - 511 through 525 (of 2,897 total)