Viewing 15 posts - 19,831 through 19,845 (of 26,484 total)
You can create an Alert in SQL Server Agent based on the SQL Serverperformance condition that the transaction log is greater than a certain percentage. The response to that...
July 10, 2009 at 10:07 am
Here is one solution, but I had to upload it as an attachment. I am really getting tired of this intermittent issue of not being able to post code...
July 10, 2009 at 10:00 am
Luiz (7/10/2009)
SQL ORACLE (7/10/2009)
You may try to set ROWCOUNT on the user's SSMS.What do you mean?
Regarding SET ROWCOUNT for SQL Server 2005 Books Online:
Using SET ROWCOUNT will not affect DELETE,...
July 10, 2009 at 9:41 am
sqlguru (7/10/2009)
July 10, 2009 at 9:17 am
ian.dunlop (7/10/2009)
I have a table that I want to be able to add a column for a running total for GWP.
GWP is...
July 10, 2009 at 8:42 am
Best thing you can do at this point is open up BOL (Books Online, the SQL Server Help System) and start reading about transaction logs. The following link is...
July 10, 2009 at 8:34 am
Failover won't do you any good as it is the same database that will be used when SQL Server comes up on the other node.
July 9, 2009 at 8:38 pm
Another option that could be also be developed is a SQL Server Broker application to transfer the data.
July 9, 2009 at 5:11 pm
It will either create a new trace file, trace_2.trc if trace.trc and trace_1.trc already exist, or it may start appending to the current trace file if it hasn't reached its...
July 9, 2009 at 3:53 pm
Florian Reischl (7/9/2009)
At work I use IE8 on XP x32, without any problems using SharePoint or OfficeLive there. In my case it just don't work on a...
July 9, 2009 at 2:35 pm
SQLBill (7/9/2009)
You can also get points for writing articles.-SQLBill
You do? Never saw my points increase for the 2 articles I wrote here on SSC.
July 9, 2009 at 2:32 pm
Just checked with a couple of my coworkers and they say the same thing, SharePoint should be browser agnostic, meaning the modern browsers should all work. Why IE 8...
July 9, 2009 at 2:04 pm
Florian Reischl (7/9/2009)
Jan Van der Eecken (7/8/2009)
Paul White (7/6/2009)
GSquared (7/6/2009)
Isn't that supposed to be all one word? (Alloneword, even.)
That looks vaguely like German :unsure:
(Flo: consider Donaudampfschiffahrtsgesellschaftskapitän1)
edit: better still:
Donaudampfschifffahrtselektrizitätenhauptbetriebswerkbauunterbeamtengesellschaft2
or
Rindfleischetikettierungsüberwachungsaufgabenübertragungsgesetz3
(Ok so...
July 9, 2009 at 2:00 pm
Did a little Googling and found it. Did you run it with the db_id? Example: DBCC FLUSHPROCINDB(4)
July 9, 2009 at 1:18 pm
I don't even see DBCC FLUSHPROCINDB in SQL Server 2005 Books Online. Either it doesn't exist or is undocumented.
July 9, 2009 at 1:14 pm
Viewing 15 posts - 19,831 through 19,845 (of 26,484 total)