Viewing 15 posts - 61 through 75 (of 82 total)
Hi Skippy
Welcome to the conundrum of central management. It's a nice problem to have and there are many ways around it.
Some prerequisites.
Any data etc that you are going to pull...
July 19, 2011 at 10:51 pm
Grasshopper
Any DBA will at some stage need to work under pressure
I just happen to have some code to move tons of files from filegroup A to B based on the...
July 19, 2011 at 10:28 pm
while we on this 🙂
Personally I won't cluster the identity column.
If one person have a single sign on I'd rather create a clustered index on this column. If 1...
July 19, 2011 at 7:50 pm
I you are a package type of company instead of development, I'd suggest solarwinds.
Otherwise reporting services / excel.
I still think excel is the easiest way to report on anything. All...
July 19, 2011 at 7:43 pm
You need to specify the types that output for BCP.
You can get native database types etc.
I would not use SSIS, bcp is much quicker to design and you can run...
July 19, 2011 at 7:38 pm
Hi
I suggest you look at the errorlogs, check the error.
Get the address and details of the database and the associated LUN on SAN.
Check for path failovers, find out how...
July 19, 2011 at 7:32 pm
My guess is expired password for NT account 🙂
July 19, 2011 at 7:21 pm
Hi
Just looking at your code there, I know the time in sysjobhistory is poked. It requires a lot of calcs to be done.
If you are in fact working out...
July 19, 2011 at 7:20 pm
Hi
Mirroring I think would be the easy bit, networking now that's a different story.
This is what I would do.
First I'd verify that my IP is bound correctly to both instances,...
July 19, 2011 at 6:18 pm
Hi
Maybe a process is using the table. Generally if you boot the server your tables are not going to pop into buffer unless it's being used.
For instance there might also...
July 19, 2011 at 6:03 pm
Write the code yourself.
backup database test to disk = 'c:\test.bak'
restore database test from disk = 'c:\test.bak'
<with move> etc. check bol.
Which is faster, the above or a GUI.
Please you also know...
July 19, 2011 at 5:57 pm
Hi
Personally I found MERGE to be less efficient than writing the relevant single queries.
In all honestly your data is going to be cached when search for existing rows etc.
If you...
July 19, 2011 at 5:54 pm
Hi
Well , by default SQL will use all your memory. SQL don't do things out of the ordinary it does what we tell it to do.
Be default memory setting will...
July 19, 2011 at 5:47 pm
Hi
You can also checkout bcp, it's as old as the mountains and blazingly fast.
It's also fairly simple to use
Cheers
Jannie
July 19, 2011 at 5:41 pm
Ai
sorry guys, typo there. 'maxdop ', 1
Default is 0 which is not always the best.
July 19, 2011 at 5:38 pm
Viewing 15 posts - 61 through 75 (of 82 total)