Viewing 15 posts - 5,476 through 5,490 (of 7,505 total)
Is there any reason why it shouldn't be ?
If you can connect to a source, you can (bulk) insert from it.
November 9, 2007 at 12:41 pm
John Diss (11/6/2007)
I have seen situations where query hints were vital. see ..
indeed, but that should not be a general practise
and these cases' hint accuracy should be re-evaluated often.
November 6, 2007 at 6:38 am
maybe http://www.sql-server-performance.com/da_email_functionality.asp can help out.
November 6, 2007 at 5:14 am
fragmentation may also be the case.
try rebuilding the table's clustering index.
November 6, 2007 at 5:06 am
In the sp2 fixlist ( http://support.microsoft.com/kb/921896 )
there is a fix included regarding agent and alerts. Maybe that's the issue.
Check it out and if you can upgrade to sp2. Don't forget...
November 6, 2007 at 5:03 am
http://blogs.msdn.com/sql_protocols/archive/2005/11/10/491563.aspx
states
By default using SQL Native Client your login packet will be encrypted over the wire so as to not disclose your password. This encryption is supported by...
November 6, 2007 at 2:40 am
I also found this overview :
http://www.sql-server-performance.com/faq/sql_server_management_studio_load_time_p1.aspx
November 6, 2007 at 2:02 am
the way we did it, it's just a windows thing.
each user has a SID-history in windows, apparently the current sid as well as the sid-history sids are being used to...
November 6, 2007 at 1:12 am
indeed, it may even be your server instance's selfcreated certificate to encrypt e.g. connections, ...
November 5, 2007 at 2:02 pm
only if a rollback is issued all transactions are undone if the transaction count <> 0.
you can use the @@trancount to check if a transaction still exists.
- check raiserror in...
November 5, 2007 at 12:41 pm
I think you may be better of using xp_fileexists.
November 5, 2007 at 12:31 pm
any hint is a means which you can use to actualy influence a queries behaviour !
It should be an exception to use a hint, and its purpose should be tested...
November 5, 2007 at 7:52 am
- builtin\administrators is a windows thing. Removing it has nothing to do with being able using the sqllogin 'sa'
- sa is a sql user, maybe some 1 did also change...
November 5, 2007 at 2:40 am
we just created the same userid in the new domain and imported the old domain's user SId in the SID-history list of that user in the new domain.
November 5, 2007 at 2:35 am
-Thanks for the tip. It doesn't change much overhere. (it was unchecked, I checked it and didn't notice big a change)
- I'm using the /nosplash startup parameter, this...
November 5, 2007 at 12:50 am
Viewing 15 posts - 5,476 through 5,490 (of 7,505 total)