Viewing 15 posts - 2,311 through 2,325 (of 2,463 total)
Thanks
but now i m geeting below error
"
Msg 206, Level 16, State 2, Line 39
Operand type clash: uniqueidentifier is incompatible with int
"
actually
[reg_opt_stub ], [qstn_stub], [evt_stub]
all above...
January 29, 2009 at 5:27 am
please read below articel..you will idea to configure Linked server
December 24, 2008 at 6:01 am
hi
i m not sure about the error you got ...but seeing your script ..i found that
u r not using full quoted identifier query
like
insert into [linked_server_name].[database_name].[dbo].[table_name]
select * from...
December 24, 2008 at 3:25 am
hi
Insert into webdb.database_name.dbo.table_name
seelct * from table
this will work
bhuvnesh
December 24, 2008 at 1:41 am
Can u provide the trigger script and sample data from the table associated with that trigger...after that anyopne can porvide you better help 🙂
December 24, 2008 at 12:17 am
can anyone provide any help !!!!!!!!!!!!!!!!!
December 17, 2008 at 11:31 pm
so i cannot insert that SQL table data into Excel(Placed at local drive)
Am i right ?
December 1, 2008 at 1:42 am
Actually ,,,if i have a database with total size 100gb ,used : 87 gb and free 5 gb
then
i would shrink it upto 80 gb
November 28, 2008 at 6:29 am
Sorry i made a mistake i always do shrinking if datafiles
but is the main issue if i shrink the data file the related log...
November 28, 2008 at 5:34 am
yeah i do agree with ur points
But the thing is that the kind of database structure we have ,on every release(on every 4 month) some tables are dropped ,some...
November 28, 2008 at 4:39 am
only two ways are there
1. database snapshot can help you if you have implemented that
2. restore that database bak up with another name , transfer that tables by SSIS...
November 28, 2008 at 2:06 am
hi ken,
thanks it works:)
but can u explain the whole scenario.
November 11, 2008 at 5:33 am
thanks
but i cant take table variable or temp table ? i need to use local variable .
but if atlast i go with local variable will there be performance difference...
November 11, 2008 at 5:10 am
Viewing 15 posts - 2,311 through 2,325 (of 2,463 total)