Viewing 15 posts - 16 through 30 (of 31 total)
HowardW (4/21/2010)
April 21, 2010 at 5:25 am
Elliott W (4/20/2010)
April 21, 2010 at 2:00 am
It's not a hole in functionality. Generally your network architechture would provide the security layer that you require. Provided the same thing in SQL Server would be redundant,...
April 21, 2010 at 1:08 am
Thanks. Seems a glaring hole in functionality though :/
I'll have to look at the firewall route for blocking the ranges, but then some clients connect from anywhere in the world...
April 20, 2010 at 1:28 pm
I have a dedicated server at the ISP. The VNC I use to remote desktop to it stopped working. I just needed to restart the service.
My SQL Server Service is...
April 20, 2010 at 12:39 pm
Thanks, I've tried the proxy account earlier, but it seems I need to restart the server for that to take effect. I could not access the server other than with...
April 20, 2010 at 10:11 am
Thanks Florian
I'm going to look at SSIS definately.
In the mean time, I've dropped 2 indexes I don't use at all (my ER tool created them autmatically).
Performance is now up from...
July 1, 2009 at 9:46 am
Florian Reischl (7/1/2009)
You...
July 1, 2009 at 8:34 am
Peso (7/1/2009)
Add BatchSize option for your BULK INSERT operation.Set to approx 1000 records.
I believe BatchSize's default is the entire bulk insert size by default? I insert 1000 records at a...
July 1, 2009 at 8:29 am
Thank you Arun
I forgot to remove the delete from BodyPos line. I've only had it there while trying to figure out why I get duplicate keys sometimes.
Is there a way...
July 1, 2009 at 8:20 am
Smarties (7/1/2009)
Try dropping or disabling your indexes before the insert.http://stackoverflow.com/questions/751039/slow-bulk-insert-for-table-with-many-indexes
Thanks, I can hold off any queries on the table until the insert is complete, but the rebuild of...
July 1, 2009 at 12:51 am
Not sure about ASP, but I know ADO Connections has a KeepConnection property. If it's false, it will drop the connection automatically if no datasets are open. Perhaps this is...
June 30, 2009 at 4:52 pm
lol sorry more haste less speed. I meant Florian, with Peso's inputs 🙂
June 29, 2009 at 8:03 am
Thanks a million, she's purring like a kitten now for 3 days. No deadlocks, no duplicate jobs issued.
I decided to go with SSCommitted's simple implementation. Works a charm and fast.
My...
June 29, 2009 at 7:33 am
Peso (6/26/2009)
It does make a difference, especially if you have multiple concurrent users trying to access the same table.
That's the problem, I might have 50 clients doing at least one...
June 26, 2009 at 1:31 am
Viewing 15 posts - 16 through 30 (of 31 total)