Viewing 15 posts - 1,321 through 1,335 (of 1,347 total)
just be carefull and test with Exchange if you send the emails
we tried the first one by itself on Monday or Tuesday and it caused a battle royale between SQL and Exchange. SQL...
October 26, 2006 at 8:50 am
i'm pretty new at this SQL thing myself, but if you have a FK on a table I thought you needed to have the data in another table with a...
October 26, 2006 at 7:48 am
step 1 - create this sp
CREATE procedure usp_blocking_MSaccess as set nocount on
declare msaccess_cursor cursor
for select spid from master.dbo.sysprocesses with (nolock) where Program_Name like 'Microsoft® Access%'
or Program_Name like...
October 26, 2006 at 7:07 am
i'm hoping for year end or early next year. that is when we are upgrading and it would be nice to do some quick testing after the major testing to...
October 25, 2006 at 1:15 pm
almost positive it does
we have a bunch of access apps that are always running and an automated process to kill their connections if they block another process
October 25, 2006 at 11:41 am
is the I/O the same?
how are the drives and the files on them set up?
October 16, 2006 at 1:01 pm
do you set up your OS partition with little space and install everything somewhere else?
October 11, 2006 at 12:22 pm
http://support.microsoft.com/kb/815431/en-us
found this by acccident while researching another problem. looks like it's just limited to named instances on windows 2003
October 2, 2006 at 7:23 am
do a select * from tables in the msdb unless they are pretty big
then do a select * with a like for the email address in the column that...
September 28, 2006 at 1:41 pm
i think it's in books online
there is some crazy procedure and if you don't do it right you are screwed and may have to rebuild it again
September 28, 2006 at 10:00 am
i think it will run but MS won't support you if you call with a problem
MS isn't supporting SP3 anymore, but if you call they may help you
September 28, 2006 at 9:59 am
i use Veritas 5 Netbackup for a bunch of servers. Disk is still pretty expensive if you need months or years of backups. We keep 6 months of backups onsite,...
September 27, 2006 at 8:08 am
i think we figured it out
84 million rows in the table and the value in question has over a million instances and the one where the index is used is...
September 17, 2006 at 4:05 pm
i rebooted the test server around 15 minutes ago based on an article I read on Technet and it's still happening
going to update stats again, even though i did it...
September 15, 2006 at 9:37 am
sqlmail is the most evil thing that exists and i cannot wait until we go to sql2005. i don't care about all the gee whiz things in it except that...
September 12, 2006 at 11:56 am
Viewing 15 posts - 1,321 through 1,335 (of 1,347 total)