Viewing 15 posts - 2,281 through 2,295 (of 7,168 total)
Zeal-DBA (1/22/2013)
just want to know, if backup is happening for a database and one scheduled job also triggered for the backup of same database at same path with same...
January 22, 2013 at 6:33 am
Replication, in all its flavors and in its entirety, might be the most complex HA topic with the most configuration and topology options in SQL Server. It is most certainly...
January 22, 2013 at 6:20 am
Joy Smith San (1/21/2013)
Does anyone have complete PDF/DOC on SQL Server replication ? Which includes configuration, scripts, monitoring etc; ? Of course I get everything from Microsoft web site, it's...
January 21, 2013 at 10:29 pm
The list will be pretty much the same. As far as I can tell Microsoft is getting out of the business of producing new Extended Stored Procedures (XSPs) and moving...
January 21, 2013 at 3:07 pm
vuser (1/21/2013)
January 21, 2013 at 1:16 pm
I checked to be sure and DDL triggers FOR CREATE_TABLE do not fire when a global temp table is created. I do not know of way to accomplish what you're...
January 21, 2013 at 10:26 am
You're welcome.
January 21, 2013 at 8:43 am
It is, so you probably do not want to key off it unless that is only one of two applications that ever connect to the instance.
You may want to...
January 21, 2013 at 7:18 am
OTF (1/21/2013)
That would be an incorrect term for them.
Nevertheless, it's a term I've seen used by some authors to explain the concepts of Indexes.
I guess only the OP...
January 21, 2013 at 7:14 am
Koen Verbeeck (1/21/2013)
January 21, 2013 at 7:11 am
pelsebubb (1/21/2013)
The difference is the applications, and as i said, i want to give the legacy/test AG less resources since those are not business criticall.
I got that part. I am...
January 21, 2013 at 7:07 am
sqlserverdba1316 (1/20/2013)
We don't have 3rd Party backup software as we are using Maintenance Plans for our backup. As with extended stored procedures also. ...
January 21, 2013 at 7:01 am
I recently saw Brian Knight do a demo of DQS to cleanse name and address data and it looked useful and robust enough to try it out for real but...
January 20, 2013 at 10:35 pm
sqlfriends (1/20/2013)
Is there a way to find out what traces are enabled in a sql server instance?and also what is the default traces that are turned on?
Thanks
-- all traces
SELECT *...
January 20, 2013 at 10:32 pm
Nothing is really standing out as holding onto a large amount of virtual memory at the moment. You can also have this issue if the VAS becomes fragmented and there...
January 20, 2013 at 10:23 pm
Viewing 15 posts - 2,281 through 2,295 (of 7,168 total)