Viewing 15 posts - 13,666 through 13,680 (of 39,818 total)
I assume SQL Server 2012. No such thing as SQL 12 yet.
This is much easier to do in SSIS. Is there a reason you don't do that?
As far as what...
May 25, 2012 at 11:44 am
I wouldn't necessarily trust sp_spaceused, especially in a short period of time.
If you are deleting rows, the size is going down. Garbage collection, and perhaps lots of free space...
May 25, 2012 at 11:42 am
That covers most everything.
For admin, I'd say this one: http://www.amazon.com/Professional-Microsoft-Server-Administration-Programmer/dp/0470247967/ref=sr_1_30?ie=UTF8&qid=1337967674&sr=8-30
May 25, 2012 at 11:41 am
mlbakerak (5/25/2012)
May 25, 2012 at 11:33 am
herladygeekedness (5/25/2012)
"Who is responsible" is nicer but still smacks of my mother being mad about something and demanding to know "who...
May 25, 2012 at 9:46 am
GilaMonster (5/25/2012)
Home finally. Lovely trip, but very glad to be back.
Glad you had a good time and made it back. Everything OK, I assume.
May 25, 2012 at 9:42 am
I would lean towards alerts here, as opc.three suggested.
May 25, 2012 at 8:22 am
Good answers above for the HA stuff.
For the core databases: how often does the data change? Would replication work well? You could replicate data from the 7 to the 93...
May 24, 2012 at 11:14 am
IIRC, the decision to log something is from the RaiseError command, not the error. If the WITH LOG parameter is used, it's logged. If the severity is high enough, this...
May 24, 2012 at 11:11 am
You should convert these to the same data type to join them. Ideally they would be, and you will lose some indexing benefits if they are not.
You could use...
May 24, 2012 at 11:07 am
You must have had something that made it grow large. Some transaction that created a lot of logging in tempdb. It's possible that you need that much log for your...
May 24, 2012 at 10:55 am
Sean is correct. There is no way to know what might make sense.
As a general rule, you might build indexes with multiple columns. I might, depending on the data, build...
May 24, 2012 at 10:03 am
michael vessey (5/24/2012)
what does it give the end user ?
Shouldn't be anything for the end user. They shouldn't know, or care. Services should just work.
The cloud, hosted services/servers/platforms, is just...
May 24, 2012 at 9:58 am
Joe Clifford (5/23/2012)
May 24, 2012 at 9:56 am
Steve Cullen (5/24/2012)
May 24, 2012 at 9:54 am
Viewing 15 posts - 13,666 through 13,680 (of 39,818 total)