Viewing 15 posts - 6,751 through 6,765 (of 7,168 total)
Pressing F5 does invoke the functionality that "executes the query"...however since you have told SSMS to put the results of the query into a file it has to ask you...
April 4, 2011 at 11:05 am
Fun post so far 😛
Just a hunch, but your OLE DB provider for DB2 may not support parameter substitution.
From working with some LASP (Linux, Apache, SQL Server, PHP) devs where...
April 1, 2011 at 5:26 pm
TheSQLGuru (3/31/2011)
April 1, 2011 at 4:25 pm
HowardW (3/31/2011)
If...
April 1, 2011 at 11:35 am
Yuri55 (4/1/2011)
One more option- use WAITFOR TIME 'time_to_execute' in your SP
What Yuri55 said plus scheduling your SP to kick off when SQL Server starts should get you where you want...
April 1, 2011 at 10:28 am
Gianluca Sartori (3/31/2011)
The Spartans (3/31/2011)
Hiprovide solution or not answer or not add your comment to my page
The first entry for the google search I suggested points...
April 1, 2011 at 10:25 am
Please do not cross-post, it just fragments responses.
Direct all comments here: http://www.sqlservercentral.com/Forums/Topic1087179-1632-1.aspx
April 1, 2011 at 9:17 am
Not that you won't get help in this forum...but you may have better luck in one of the Reporting Services forums:
April 1, 2011 at 9:02 am
I looked around for a way to do the update all in one statement and I think it's possible using the query() method on the XML data type column and...
April 1, 2011 at 8:12 am
Craig Farrell (3/31/2011)
opc.three (3/31/2011)
March 31, 2011 at 5:42 pm
WayneS (3/31/2011)
opc.three (3/25/2011)
In the absence of a defined clustered index SQL Server will use the PRIMARY KEY as the clustering index.
Not so. A table either has a clustered index (clustering...
March 31, 2011 at 5:29 pm
You said you had already created database objects to hold your data. Please re-read my previous post. If you're not sure what I am asking please read this article: http://www.sqlservercentral.com/articles/61537/
March 31, 2011 at 9:52 am
Would something along these lines work?
DECLARE @xml XML = N'<package>
<header>
<recipient>123456</recipient>
</header>
<contact>
<first_name>John</first_name>
<middle_name />
...
March 31, 2011 at 6:34 am
Have you looked into tools like Red Gate SQL Data Compare or the Data Compare functionality within Visual Studio 2010 to see if it will do what you want?
If those...
March 30, 2011 at 6:06 pm
Viewing 15 posts - 6,751 through 6,765 (of 7,168 total)