I created linked server using following script On my dev server: EXEC sp_addlinkedserver @server='prd' ,@provider='SQLNCLI' ,@srvproduct=''...
Never Mind
Hi All I run a query that runs 54 sec.If i run it again (without changing anything) it runs 94 sec.Then 54 sec,then 420 sec,then 52 sec......Any idea...
Hi all, I created datebase(SQl 2008) and placed my mdf file in F drive ,ldf file in G drive.I am trying to increse log files size.When i go to...
Thank you guys all for for your responds. I am running SQL 2008 developers eddition. I used Export Data to create SSIS pakage.I saved (file system)...
Hi all, I am trying to create a report and export to CSV file without column headers.When i run the query from SSMS and 'SAVE RESULTS AS..' CSV or...
Thank You for your respond. This is what i come up with(Thanks to Erland Sommarskog).Now it runs in 4 sec!!!SET NOCOUNT on DECLARE @T AS TABLE(...
Hi all, I use cursor to find the zone name for pickup addresses(which zone this Pickup address belogs to).I have map table(SA_union) which has...
Separate names with a comma.