Viewing 15 posts - 16 through 30 (of 31 total)
Hi guys,
I was trying the same thing but i got an error while exporting the data from SQL to excel.
[Excel Destination [16]] Error: SSIS Error Code DTS_E_OLEDBERROR. An...
November 24, 2008 at 12:09 pm
judy and ub
Thank you both
it is working now actually it was some how stopped in surface area config
so i went there and started.
Thanks a lot for the...
November 14, 2008 at 2:56 pm
This is my pc. I am using widows authentication.
November 14, 2008 at 2:32 pm
I know I can create a non clustered index but I just want to know
If there is any other chance to create a clustered without...
October 24, 2008 at 7:09 am
Try this
select * from not_equal
where name <> 'name1' or age <> 25
name325
name226
name427
name527
if your query output is not this then give me the result set how you want your query
October 23, 2008 at 8:58 am
select * from not_equal where
name <> 'name1'
gives a result set of
name226
name325
name427
name527
this happened by saying not 'name1' but everything else
and now look at this
select * from...
October 22, 2008 at 8:46 am
yea gila
my questions was wrong sorry guys
Thanks for your patience
October 17, 2008 at 10:01 am
Actually i detached the database from another server which is sql 2005 and i want to attach it to the
sql 200 server.
Can i do that ?
Thank you
October 15, 2008 at 10:23 pm
Viewing 15 posts - 16 through 30 (of 31 total)