Viewing 15 posts - 16 through 30 (of 37 total)
use sqlconnectionstringbuilder class:
http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlconnectionstringbuilder.aspx
basically, what you want to do is use the above class to set username/password for connection string.
use try/catch block to open a connection, and if try works...
August 21, 2009 at 2:26 pm
I've had a similar problem on 2005sp3 box, and while I'm not sure if your causes are the same, I'll post what I found out. One of our applications kept...
August 21, 2009 at 1:06 pm
you can have ssms do that for you. right click on the table name, script table->select to->new query window. then just search and delete your extra columns.
August 17, 2009 at 11:24 am
Forgot to mention that the destination database resides on SAN. I'm currently looking into getting SAN IO and network utilization tested. It still doesn't explain a table of 2 mill...
August 3, 2009 at 2:23 pm
@chandu, I'm pretty sure the code will throw an error message.
From BOL syntax for dropserver: sp_dropserver [ @server = ] 'server'
...
July 30, 2009 at 2:37 pm
I found the root of the problem. One of the applications that was using the database server ( a ticketing system ) has ticket as an object. the problem with...
July 30, 2009 at 9:42 am
Sometimes it's hard to convince AD admins to allow delegation. Are you scheduling jobs on that cluster? You could set up jobs on the same server as your ssis package...
July 30, 2009 at 6:33 am
probably should've asked from the beginning: why are you trying to read data in batches of 100?
does the tblUser have a column to hold "unreal" PK from the spreadsheet...
July 30, 2009 at 6:23 am
navenis4u (7/29/2009)
I have a excel file with multiple data sheets . Each data sheet represents a table of data. each tables in the data sheet is related by the integrity...
July 29, 2009 at 8:47 am
phumlo1 (7/28/2009)
I have an SSIS package which i have scheduled to run as a Job in SQL SERVER 2005. My question is how do I add alerts? if i...
July 28, 2009 at 6:52 pm
Greg Edwards (7/28/2009)
32 bit or x64 bit?Did you limit the memory SQL server can use? Could be the OS and SQL fighting for memory.
Greg E
32 bit with PAE/AWE enabled;
3Gbs ram...
July 28, 2009 at 11:20 am
Thank you! I'll post with the results and/or any findings in a couple of days once i have more information.
July 28, 2009 at 6:35 am
Thanks everyone for the ideas. A couple of things I should've mentioned is that I have read-only access to the oracle table, the oracle side will not change any of...
June 25, 2009 at 6:01 am
Viewing 15 posts - 16 through 30 (of 37 total)