Viewing 15 posts - 8,506 through 8,520 (of 18,926 total)
I could use that myself... anyone's been able to pull this off?
January 28, 2009 at 6:00 am
I was subscribed to this thread as well. And Jeff only replied to it because someone else posted another solution a couple minutes before him.
When replying to a thread,...
January 28, 2009 at 5:39 am
P Jones (1/28/2009)
The original was written...
January 28, 2009 at 5:36 am
Christopher Stobbs (1/23/2009)
Pumps on my machine 7secs
SELECT TOP 1000000
CASE
WHEN ROW_NUMBER() OVER(ORDER BY GETDATE()) %...
January 23, 2009 at 11:48 am
Piece of cake... no time to finish it, but you get the idea.
declare @x int, @r3 int, @r5 int
select @x = 1
select @r3 = 1
select @r5 = 1
while @x <=...
January 23, 2009 at 10:35 am
Assuming my numbers are right, you generated a set of over 480 million codes overnight (before dropping the H8 and 69s)??
I'd definitly not consider this slow by all means... and...
January 23, 2009 at 10:08 am
Steve Jones - Editor (1/22/2009)
January 22, 2009 at 6:46 am
agh100 (1/21/2009)
Hi,Actually I just wanted to make a copy of an entire table and its design...
Kind regards,
Anders
This is a quick and dirty way for the columns : SELECT *...
January 22, 2009 at 5:58 am
The script that create those objects. Reread the article again to see how to do it exactly.
The output should look something like this :
CREATE Table dbo.TableName (Col 1...
January 21, 2009 at 11:02 am
No need for shovels. Just have him dig a hole big enough for the body, then let a good sand storm will it backup, or use your hands in...
January 21, 2009 at 10:56 am
You don't seem to get "it"
We can't help you unless we see what you see EXACTLY.
That means we need a copy of the tables WITH data AND the queries and...
January 21, 2009 at 10:34 am
Also if you pick the datatype DATE if rs, it'll show a datetimepicker. So the date will be valid as a date. Now will it be valid...
January 21, 2009 at 6:28 am
Do you know what happens when you stare at a work break? You need to take a real break and start posting here for help :D.
January 21, 2009 at 6:16 am
Don't worry about it, I recentrly to lookup for somethign in bol and asked a question in here!!!
Talk about irony :D:w00t:
January 21, 2009 at 5:16 am
What??? almost 20 hours straight without anything posted here... there must be something wierd in the air today... or the work break has just stared :P.
January 21, 2009 at 5:11 am
Viewing 15 posts - 8,506 through 8,520 (of 18,926 total)