Viewing 15 posts - 46 through 60 (of 206 total)
I've never seen someone asking for academic credentials when they are looking for a DBA, it's always x years of experience.
If someone is looking for a junior DBA, they'll know...
June 23, 2011 at 6:57 am
Jeff Moden (6/21/2011)
Oliiii (6/21/2011)
But i don't see why any dev would be allowed to use it?
Do you...
June 21, 2011 at 8:34 am
I can see why xp_cmdshell is useful for a DBA and some maintenance task.
But i don't see why any dev would be allowed to use it?
Do you have an example...
June 21, 2011 at 12:33 am
Use BCP.exe or create an SSIS package.
June 20, 2011 at 8:09 am
It's probably less of a pain to uninstall and reinstall SQL Server, but if you want to do it this way it should work fine, just make sure you put...
June 17, 2011 at 8:06 am
SQLCMD is not made to export a large amount of data, so there are no efficient or easy way to get around some of the limitations.
Use BCP.exe if you need...
June 17, 2011 at 7:35 am
We've stopped using xp_cmdshell on all new instances (nearly all 2008 and better).
It's still available on SQL 2005 and 2000 though, mostly for all the maintenance jobs and procedure.
We only...
June 17, 2011 at 7:28 am
Depending on the number of rows and the number of sparse column in your table you might not see any differences in size.
You can use this to see all the...
June 16, 2011 at 3:05 am
You don't make a decision on the lack of memory of a server by looking at the target memory.
You check the perfmon counters related to memory (Lazy Writes, page life...
May 13, 2011 at 3:14 am
And how do you infect a mdf or ldf file?
It's the standard behavior to ignore .mdf and .ldf files in specific directories, you could also ignore a few other file...
May 13, 2011 at 2:44 am
Yes, i don't think SQL Server has any restrictions on IP addresses, it just need to know where to listen.
May 11, 2011 at 11:26 pm
To know about the subnet mask, ask your network admin, he's the one who knows.
But looking at the IP address you have it's most likely 255.255.255.0.
For the network to use...
May 11, 2011 at 8:08 am
Forcing join type is also useful when you are looking for ways to optimize a query and you would like to see what's missing to get a more efficient join.
Maybe...
May 9, 2011 at 11:34 pm
We've had to do the same thing here (date ranges were a bit different though), we ended up doing what was suggested above, a partition a day with jobs taking...
May 6, 2011 at 1:43 am
First of all if there was no bottleneck the speed would be unlimited and result instant, there is always a bottleneck, you just have to find it. It might be...
May 6, 2011 at 1:21 am
Viewing 15 posts - 46 through 60 (of 206 total)