Viewing 15 posts - 2,191 through 2,205 (of 2,840 total)
Bob Hovious (3/19/2009)
I will try to dig up the Documentation of the undocumented parameters and try to figure out the correct order even if it takes a life time...
You...
March 19, 2009 at 9:11 am
Grant, I only have a Cricket ball. But they are really tough... So an exception can be made? I am still looking for the document for the undocumented Parameters for...
March 19, 2009 at 8:08 am
I will try to dig up the Documentation of the undocumented parameters and try to figure out the correct order even if it takes a life time...:-)
March 19, 2009 at 7:33 am
RBarryYoung (3/18/2009)
Bruce W Cassidy (3/18/2009)
As a suggestion, go buy a collection of soft, squishy balls. Not only can you play with them as stress relievers, but you...
March 19, 2009 at 7:03 am
I guess I have to buy one of those. The only ball that is on my desk is a Cricket ball. If I throw that ball at someone, that wont...
March 18, 2009 at 3:16 pm
Greg Snidow (3/18/2009)
Jack Corbett (3/18/2009)I have to ask though, have you read all 2700+ posts?
I'm up to around page 30, and I have found it particularly entertaining, especially where you...
March 18, 2009 at 3:05 pm
Rugby player? Where are you from? UK? Thats the only guess I can make from your name.
I so much dont like Rugby. I prefer Football or should I call...
March 18, 2009 at 1:02 pm
I am reading the posts there in the rant. You all changed him. That is really something. Maybe he will turn out to like SQL more now and would become...
March 18, 2009 at 11:59 am
I think all of you has made some progress with Fox. He actually gave the Table structure?? Wow. I am impressed with all of your patience..
March 18, 2009 at 7:26 am
Grant Fritchey (3/18/2009)
I was checking up on the status of what I think is a bug that I posted to...
March 18, 2009 at 7:15 am
USE [test]
GO
CREATE TABLE [dbo].[test1](
[idcol] [int] IDENTITY(1,1) NOT NULL,
[Somecol] [char](10) NULL
) ON [PRIMARY]
GO
If your table is like this, You just need to insert into Test1 the value of second column.
Insert into...
March 17, 2009 at 1:47 pm
Are you talking about how to add a column to a table that could be used as an Identity or are you asking how to insert a value into an...
March 17, 2009 at 1:36 pm
I too have the subscription. When I come back from the weekend and check the email, I will have more than 100 emails from SSC. And 99% of them are...
March 17, 2009 at 1:33 pm
Hi, Yes, it will delete on the subscriber as well. Truncate cannot be done on a table that is being replicated.
March 17, 2009 at 1:12 pm
Last time I checked this thread, we were all talking coherently about Roller coaster rides and the litigations. Now I read it, I have no clue what you all are...
March 17, 2009 at 12:35 pm
Viewing 15 posts - 2,191 through 2,205 (of 2,840 total)