Viewing 15 posts - 2,266 through 2,280 (of 5,394 total)
Does the query you use in BCP work when run from SSMS?
December 2, 2011 at 3:06 am
Try issuing DBCC FREESYSTEMCACHE('All') and then you should be able to shrink tempdb.
See here for more details: http://www.sqlservercentral.com/scripts/tempdb/72007/
December 2, 2011 at 3:04 am
Another option could be a reverse proxy listening on the "old" address, port 1433, and redirecting to the new address, named instance port.
December 2, 2011 at 3:02 am
Create a SSIS package to populate the file, add the package to a job step and run sp_start_job.
Personally, I would try to avoid xp_cmdshell.
December 2, 2011 at 2:55 am
itsamarnath (12/1/2011)
How would I ensure that My installation doesn't go to C Drive but I want to put it on D Drive?
This is something you can change during the setup.
December 1, 2011 at 9:48 am
itsamarnath (12/1/2011)
what am I suppose to do here?
I see that .net framework...
December 1, 2011 at 9:47 am
Duplicate post. Replies here please: http://www.sqlservercentral.com/Forums/FindPost1214605.aspx
December 1, 2011 at 8:31 am
Create a work table in DB2 and insert all the Account Numbers, then select using "IN (SELECT AccountNumber FROM WorkTable)" in your OPENQUERY.
December 1, 2011 at 7:55 am
SQL Server should stripe data between datafiles automatically. I think that rebuilding all clustered indexes after adding the new files should do the trick.
However, I would suggest to identify objects...
December 1, 2011 at 6:12 am
Try googl'ing "Exchange OLEDB provider".
You should be able to create a linked server and query Exchange data as a database.
Hope this helps
Gianluca
December 1, 2011 at 6:08 am
You can't create triggers on system objects. I've had the same issue some time ago with replication tables.
IIRC, it should work from a DAC connection, but I don't think it's...
December 1, 2011 at 6:06 am
itsamarnath (12/1/2011)
This is sql 2008.so, I believe I have to run the setup from the new node?
Yes, add node to existing cluster.
December 1, 2011 at 5:53 am
Viewing 15 posts - 2,266 through 2,280 (of 5,394 total)