Viewing 15 posts - 1,591 through 1,605 (of 7,168 total)
It's anyone's guess right now. To know for sure log the results of DBCC SQLPERF(logspace) right before you take your log backups for a few days and see what the...
March 15, 2013 at 1:56 pm
Jay Beta (3/15/2013)
March 15, 2013 at 10:36 am
It depends on whether someone ever changed the default connection in the MP.
March 15, 2013 at 9:44 am
Barkingdog (3/14/2013)
Thank you very much!edm2
You're quite welcome!
March 15, 2013 at 9:41 am
I suspect peer-to-peer would be practically impossible between MySQL and SQL Server. If you want to split reads and writes SQL 2012 has some great options within the Always On...
March 15, 2013 at 9:40 am
sej2008 (3/14/2013)
yes I got your answer but still why public role exists when we have fixed database roles and user defined roles.what are the permission given to this role.
It's like...
March 15, 2013 at 9:29 am
Have you considered the costs associated with
1. Getting an unsupported configuration working initially.
2. Maintaining an unsupported configuration over time.
3. Splitting your development time and expertise across two platforms...the techniques and...
March 15, 2013 at 8:13 am
alan_lynch (3/14/2013)
thanks for thatenjoy your weekend
You're welcome. Thanks, you too.
March 14, 2013 at 7:42 pm
In a Data Flow connect a Flat File Source to an OLE DB Destination. Then in the properties of the OLE DB Destination when the type is set to "Table"...
March 14, 2013 at 7:36 pm
sa is like the Windows "Administrator" account for the instance. When logged in as sa you can do any action on the instance. Lots of people, including myself, like to...
March 14, 2013 at 3:54 pm
Sure. Open a query window and on the Query menu select SQLCMD mode.
http://msdn.microsoft.com/en-us/library/ms174187(v=sql.105).aspx
March 14, 2013 at 3:41 pm
What the code sample illustrates is that an AFTER trigger firing for an event listened for by an INSTEAD trigger on the same table will not fire that INSTEAD trigger,...
March 14, 2013 at 2:41 pm
This thread seems to have gotten to the bottom of the behavior you are seeing:
http://www.sqlservercentral.com/Forums/Topic1430725-391-1.aspx
March 14, 2013 at 2:17 pm
bugg (3/14/2013)
opc.three (3/14/2013)
bugg (3/14/2013)
GilaMonster (3/14/2013)
bugg (3/14/2013)
March 14, 2013 at 1:57 pm
Viewing 15 posts - 1,591 through 1,605 (of 7,168 total)