Viewing 15 posts - 241 through 255 (of 1,253 total)
Try and have as good a WHERE clause as possible.
"Keep Trying"
August 5, 2009 at 7:18 am
and what if the same thing happens again.
"Keep Trying"
August 3, 2009 at 6:01 am
Dont mind my asking but is this a interview question ?
"Keep Trying"
August 3, 2009 at 5:55 am
Hi
So where did u get the error from? As pointed out it looks like a network error.
"Keep Trying"
August 3, 2009 at 5:29 am
Hi
What will the user do inside the procedure? Thats what you should look into and grant permissions accordingly.
You can consider using schemas. You can grant the user the rights to...
"Keep Trying"
August 3, 2009 at 5:24 am
July 30, 2009 at 4:41 am
SP_EXECUTESQL executes in a different session and not in the session where it is called. i.e. if proc xyz contains a SP_EXECUTESQL statement then this is not executed in...
"Keep Trying"
July 30, 2009 at 4:35 am
Hi
For Pivot and Unpivot look up BOL and the web. There are numerous examples. They are slightly complex but only slightly.
For putting the output of your Pivot query to...
"Keep Trying"
July 30, 2009 at 1:47 am
Hi
How do you want to update your data.
One way would be to pivot the data and send the output to a excel file. Users can update the excel file...
"Keep Trying"
July 29, 2009 at 2:15 am
Hi... Anybody who can shed some light on this.
"Keep Trying"
July 29, 2009 at 1:52 am
Is your db case sensitive. In that case you can check if your are passing the value 'y' in upper case or lower case.
"Keep Trying"
July 29, 2009 at 1:45 am
tags almost made me choose the wrong option.
"Keep Trying"
July 29, 2009 at 1:31 am
Viewing 15 posts - 241 through 255 (of 1,253 total)