Viewing 15 posts - 13,831 through 13,845 (of 18,923 total)
Cool, now go back to the firs tlink I gave you and reread it... we still the the ddl of the table, the problem code, the expected results and the...
August 26, 2005 at 8:58 am
Frank is working hard... he was responding on this site after his work.. whil I can do both at the same time.
August 26, 2005 at 8:42 am
That can't be good, can you restart the service (and the server if that doesn't work)?
August 26, 2005 at 8:38 am
Did you run sp_dropserver?
Did you restart the service/server?
August 26, 2005 at 8:33 am
Sure thing... just not gonna happen untill I transfer to NYC
.
August 26, 2005 at 8:30 am
Check out which version is faster... that always change from one table to another... and in rarely is the fastest.
August 26, 2005 at 8:29 am
Declare @Names table (name varchar(25) not null primary key clustered)
Declare @Peeps table (name varchar(25) not null primary key clustered)
Insert into @Names (name) values ('remi')
Insert into @Names (name) values ('sushila')
Insert into...
August 26, 2005 at 8:28 am
Or even a search form... You just can't download 1.5 M records and show them... that's just not programming.
August 26, 2005 at 8:23 am
You must delete from test2 to insert in test3.
Please send the code you are using now so we can fix it.
August 26, 2005 at 8:21 am
Just because I rebeat you 2 more times in this thread
.
Anyways I stopped bothering with how that recipient thing works. As far as...
August 26, 2005 at 8:20 am
And the select alone works??
Once you make it work you'll be ok.
August 26, 2005 at 8:17 am
What statement do you use to delete the data?
August 26, 2005 at 8:12 am
Viewing 15 posts - 13,831 through 13,845 (of 18,923 total)