Viewing 15 posts - 436 through 450 (of 541 total)
create indexes on all the join fields and make sure they are of integer data type.
May 30, 2008 at 8:29 am
Yes use the virtual IP
From another machine can you try to connect from Query Editor using the virtual IP?
Also check out these docs and articles on how to setup...
April 16, 2008 at 11:45 am
Nita Reddy (4/15/2008)
I have nodeA (active) heartbeat IP address is 192.188.1.11
In NodeB the (passive) heartbeat IP address is 192.188.1.12
Do I need...
April 15, 2008 at 2:47 pm
double check if you have a linked server named ODBDCP.
April 15, 2008 at 2:10 pm
GSquared (4/15/2008)
April 15, 2008 at 11:28 am
GSquared (4/15/2008)
In the...
April 15, 2008 at 11:11 am
Thanks for input everyone
I used:
if update (columnname) or update(columnname) or update (columnname)
begin
--sql statements
end
and it worked
March 31, 2008 at 11:52 am
ksullivan (3/24/2008)
March 25, 2008 at 12:13 pm
I'm disabling triggers because if i don't they will keep firing indefinitely since both tables IDM and Employees contain triggers which update each other. But the IDM trigger only updates...
March 25, 2008 at 7:49 am
John Mitchell (1/30/2008)
But you can't divide into four filegroups anyway, since one of your tables is 39GB... unless you partition the table.John
Thanks John
I will look into partitioning tables.
January 30, 2008 at 9:18 am
Michael Valentine Jones (1/29/2008)
January 30, 2008 at 9:00 am
Michael Valentine Jones (1/29/2008)
It is rude to post the same question multiple times:
Michael i appologize for a double post, the site was very slow yesterday and i didn't realize that...
January 30, 2008 at 8:25 am
Can you connect from the same server to the sql server from SSMS?
January 9, 2008 at 7:33 am
Jason
This can be easily done with SSIS.
Just use
Transfer Database Task with
Transfer Jobs Task and
Transfer Logins Task
December 27, 2007 at 10:01 am
you can't prevent creation of temp files.
you can install all of sql on D and that should be fine as long as you create logs and data files on the...
December 27, 2007 at 8:41 am
Viewing 15 posts - 436 through 450 (of 541 total)