Viewing 15 posts - 91 through 105 (of 201 total)
Marcus Farrugia (3/4/2014)
March 7, 2014 at 10:11 am
$Raam (3/6/2014)
I Understand, when you delete a row in the parent table, the database server also deletes any rows associated with that row (foreign keys) in a child table.
So...
March 7, 2014 at 10:05 am
FIshNChipPapers (2/27/2014)
February 27, 2014 at 11:09 am
Luis Cazares (2/27/2014)
JohnFTamburo (2/27/2014)
This approach opens up systems to SQL injection attacks if the database is utilized by any interactive programming.
Can you explaing how is this vulnerable to SQL...
February 27, 2014 at 11:06 am
AK1516 (2/25/2014)
In my 4 year experince...
February 27, 2014 at 10:52 am
Johnny Ed (2/18/2014)
I order to simplify post release database comparisons between environments and refreshing...
February 27, 2014 at 10:42 am
FIshNChipPapers (2/27/2014)
February 27, 2014 at 10:34 am
Hi...
Why not wrap the UNPIVOT query in a subquery and select where after you unpivot?
Just my $0.02
John.
February 27, 2014 at 10:27 am
I agree with Mitchell. This approach opens up systems to SQL injection attacks if the database is utilized by any interactive programming. Performance may be subpar. this...
February 27, 2014 at 10:25 am
Jake Shelton (2/14/2014)
Just wonder if I can get some help with a script that would allow me to restore 20 + .bak files to a new server with the...
February 14, 2014 at 11:38 am
rightontarget (2/10/2014)
The reason for openrowset is because the called procedure calls another procedure where insert ... exec is used.
So, I am getting an error "INSERT EXEC statement cannot be nested"
I...
February 10, 2014 at 4:13 pm
jitendra.padhiyar (1/21/2014)
We have around 47 MSSQL Servers and have around 1400 databases in it. We are monitoring them manually and runnig backup check script manually. It consumes almost 3-4...
February 10, 2014 at 4:01 pm
Hi... please do not blast-post. I have seen this issue pop up three times and have answered it myself elsewhere.
When you do this answers are spread all over the...
February 10, 2014 at 3:44 pm
rightontarget (1/28/2014)
I created an app user and granted EXEC privs to run a procedure.
There are no linked server calls in the procedure, but there are 3 instances of the...
February 10, 2014 at 3:37 pm
JeepHound (1/30/2014)
February 10, 2014 at 3:26 pm
Viewing 15 posts - 91 through 105 (of 201 total)