Viewing 15 posts - 451 through 465 (of 468 total)
one more thing ive just realised. ok, i can get the number of rows in each of those tables, but i when i try to use that number when inserting...
April 7, 2006 at 8:21 am
ive tried that with this code
declare
@tableName varchar (50)
Declare
@command varchar(50
April 7, 2006 at 6:54 am
so near yet so far. thank you.
April 7, 2006 at 5:40 am
thank you. very helpful. much appriciated.
April 7, 2006 at 4:58 am
and whats the difference betweeen blocking and deadlock? is it that deadlock will never end unless sql server or the admin kills a process, and blocking will end when the...
April 6, 2006 at 3:43 am
got it sorted, i was using the correct connection type, there was a connectivity issue over my network.
April 3, 2006 at 6:00 am
its to an sql instance on a server i think.
i got the link to go ok, but when i make any changes to tables on the linked server, althought it...
March 30, 2006 at 7:42 am
the sp_Who provides the info i need.thank you for your reply.
March 28, 2006 at 1:04 am
thank you phil, that worked a treat. dont know how i was so stupid not to see that, but i suppose these things can be overlooked ( especially in a...
March 20, 2006 at 6:28 am
i took the easy way out and simply done a dts on the table from production to the table in test server that i deleted all data from. not the...
March 20, 2006 at 6:24 am
ive played around with that statement also and it returns nothing.thanks all the same
March 20, 2006 at 6:05 am
im afraid that made no difference
March 20, 2006 at 5:30 am
this sounds very dumb, but how do i search for empty cells?
ive tride
select * where col5 = ' '
select * where col5 = ''
select * where col5 = '%%'
none work.
im...
March 20, 2006 at 5:11 am
yea, when i invert the query the null values are still returned. why is this? how do i sort this ?
March 20, 2006 at 4:58 am
keep getting this error
Msg 18452, Level 14, State 1, Line 1
Login failed for user EUROPE\v-fintag'. The user is not associated with a trusted SQL Server connection.
even though i know...
March 20, 2006 at 3:48 am
Viewing 15 posts - 451 through 465 (of 468 total)