Viewing 15 posts - 316 through 330 (of 640 total)
How do you know if using kerbos ? and any more details on the kertray.exe
what is it to check for?
January 13, 2009 at 2:04 pm
Just following along on the thread.
When setting up the linked server.
provstr 'Integrated security=SSPI"
SQL SERVER1 (Use domain\tracey)
MYFIRSTDB
...
January 13, 2009 at 2:01 pm
One last thing,
REPORTDB
has TABLE DELT.ACCT
I couldn't do
CREATE SYNONYM DELT.ACCT AS REPORTDB.DELT.ACCT;
because the object exists as a table DELT.ACCT
If i have DATAWAREHOUSE...
January 13, 2009 at 12:27 pm
http://support.microsoft.com/kb/246133
This is just to set up the logins which is what i have done set up the logins to be identical on each server, but thanks anyway.
January 8, 2009 at 3:55 pm
Here the data is on same disk F...so i was wondering if doing partition would infact give any performance gain being on the same DISK.
ALTER DATABASE PartitionTestBIG
ADD FILE
(
NAME =...
January 4, 2009 at 9:11 am
Is there a benefit of doing a partition on a table to the different filegroups and this still be on the same disk i.e F
I want to visit this soon...
January 4, 2009 at 7:37 am
Do you have a snapshot of any database as this will do the version control in tempdb.
January 4, 2009 at 7:33 am
With ms access and crystal reports users do not call stored procedures they see the entire tables and do their own coding i.e select * from table.
I tried to make...
January 4, 2009 at 7:31 am
Do you have the lock memory in pages set on in windows.
http://msdn.microsoft.com/en-us/library/ms190730.aspx
Also change the min memory to 8196.
December 31, 2008 at 7:35 am
Thanks i am working on it and implementing ....cheers
December 29, 2008 at 5:16 pm
I.e
REPORTDB i change the synonym to be pointing to MAINDB if i did an udpate statement
update table statement (this would infact update MAINDB).
So i just making sure that any REPLICATION...
December 29, 2008 at 2:17 pm
Question if i have the
PUBLISHED DB SERVER1 Database: MAINDB replicated to ----> REPORTDB (synonym) i repoint these back to PUBLISHED DB MAINDB so that i can...
December 29, 2008 at 8:44 am
I had to just confess i restored the wrong DB....ouch that hurts.
December 23, 2008 at 8:46 am
Just tried it out, thats pretty good - thanks very much for sharing.
--Code change is FOR instead of AS.
December 20, 2008 at 5:46 pm
Viewing 15 posts - 316 through 330 (of 640 total)