Viewing 15 posts - 16 through 30 (of 47 total)
Thanks, we'll give that a try and post the results
January 7, 2009 at 12:06 pm
September 25, 2008 at 1:55 pm
... and there's my 2 points back!
September 25, 2008 at 1:35 pm
I agree with everyone else. How am I supposed to know that "sales" is a float?
... there's 1 point back
September 25, 2008 at 1:34 pm
Since writing this post, have you found a way to eliminate the warning message? Seems a little short sighted of Microsoft to think that the various environments that companies...
July 31, 2008 at 10:19 am
Yes, its the .rdl file that will point you to the correct stored procedure. Open it in VS, and click on the Data tab.
July 25, 2008 at 7:31 am
Been busy, just checked on this thread. Should have figured it was the db setting.
@usman.tanveer ... For some reason apparantly not every install has the same options...
July 25, 2008 at 7:25 am
Sounds like a client side issue. If you are using SMSS, do you have Tools > Options > Scripting > "Script for server Version" ... make sure its...
July 11, 2008 at 12:43 pm
You could look at this post too, if you wanted some direction on how to avoid the dynamic sql...
http://www.sqlservercentral.com/Forums/Topic475805-338-1.aspx#bm476235
July 11, 2008 at 10:25 am
I haven't worked with common table expressions much, but wondering if you are trying to get the values into array variables?? The only way I've done that is through table...
July 11, 2008 at 10:16 am
Looks like raycollins2 has your answer, but depending on if your updating 1 row at a time, its probably faster (appears performance isn't and issue since you are using...
July 11, 2008 at 10:06 am
Christian Buettner (7/9/2008)
And I also have a question: During execution of the batch, I get a warning:
XML DTD has been stripped from one or more XML fragments. External...
July 10, 2008 at 1:27 pm
I'm sure you've moved on by now, but looks like you are trying to pass a string into to the getavariables in order to retreive the one you want. ...
July 2, 2008 at 11:29 am
If I understand what the point of the original question was correctly, all you want to do is returen a table from a a column with values. I had...
May 6, 2008 at 12:46 pm
Viewing 15 posts - 16 through 30 (of 47 total)