Viewing 5 posts - 1 through 6 (of 6 total)
I dont have offical permission to shrink the log file..............
so how can i do that in a different way
March 26, 2009 at 2:48 am
hi,
this may help u
but this works such as if one of the column in a row is a zero , then it will not count that row
update table1
set...
March 4, 2009 at 3:08 am
Hi
for this scenario please use linked server concept
EXECUTE THIS in server A
STEP1:
exec sp_addlinkedserver 'name of server B', 'SQL SERVER'
STEP2:
EXEC sp_addlinkedsrvlogin
@rmtsrvname = 'name...
March 3, 2009 at 12:42 am
this may help u ...
plzzzz try this. it is working
select * from information_schema.columns where column_name like '% %' and table_name like '%give the table name>%'
March 2, 2009 at 10:59 pm
ya john your are Absolutely right,
if you dont use ssis
it is better to use linked server concept to retrieve data from another server
step1: add linked server
step2:...
January 17, 2009 at 4:00 am
Viewing 5 posts - 1 through 6 (of 6 total)