Viewing 15 posts - 46 through 60 (of 185 total)
When I want to copy data from production to test, I set up a DTS package that uses the Transform Data Task. There's an option on that task called...
November 16, 2007 at 6:52 am
When I clicked on the this script hyperlink (for running a job more often than every minute), I got the following message:
Articles with tags Administering, sqlserverjobscheduling, 2288, Job_30sec.sql
Search for...
November 16, 2007 at 6:07 am
November 13, 2007 at 7:03 am
Prachin,
Thank you so much. While waiting for a response, I experimented with the various ways you could save a DTS package, and figured out that the text file was...
October 23, 2007 at 6:29 am
John Rowan (10/4/2007)
Thanks for being humble enough to post your resolution.:)
How else would I amass more than a thousand points?
Mattie
October 4, 2007 at 2:16 pm
mrpolecat (10/4/2007)
I bring up the Object Browser,...
October 4, 2007 at 2:15 pm
Several years ago, there was a series of ESPN commercials that showed the Sunday Night Football announcing team in college. And whoever was playing the professor announced 'there are...
October 4, 2007 at 12:43 pm
The print statement returns the entire phrase on the Messages tab:
(1 row(s) affected)
The quick brown fox jumped over the lazy dog
The version of QA is SQL 8.00.2039 (from the about...
October 4, 2007 at 12:03 pm
Brian,
Excellent, at least there's a relationship between the number 30 and a known behavior!
Unfortunately, I'm not converting anything anywhere. In fact, I thought maybe I could trick the SP...
October 4, 2007 at 11:29 am
Well, I can clarify what I'm seeing, whether or not that clarifies what I mean is another thing...
In QA, there are usually three tabs: Editor, Grids, Messages. When...
October 4, 2007 at 11:13 am
When I run this
begin
declare @theoutput varchar(50)
exec stp_testovlimit 'The quick brown fox jumped over the lazy dog',@myoutput = @theoutput output
end
I get a recordset that contains the entire string (displayed on the...
October 4, 2007 at 10:20 am
John and Mr. Polecat,
Thanks so much for your efforts on this. I'll definitely post whatever else I find out about this. Do either of you have a web...
October 4, 2007 at 9:43 am
Yup, just output variables. No truncation whatsoever when returned as part of a recordset.
Mattie
October 4, 2007 at 9:36 am
Hi John,
I ran your code, and it does just what it's supposed to, return Retired Supreme Court Associate Justice. Returning the data as a selected value in a recordset...
October 4, 2007 at 9:29 am
Just so you know, there is no grinning going on here:crying:
It makes no difference. I've tried char(50), varchar(50), nvarchar(50), char(100), varchar(100), and nvarchar(100). Not only did deleting and...
October 4, 2007 at 9:17 am
Viewing 15 posts - 46 through 60 (of 185 total)