Viewing 15 posts - 1,861 through 1,875 (of 7,168 total)
Please post the actual execution plan and all involved table definitions including indexes and constraints.
February 21, 2013 at 3:53 am
I didn't quite get your comment. Are you stuck? What can I help with?
February 20, 2013 at 8:08 pm
OK, AWE is disabled (the default) so the largest your SQL Server buffer pool will ever see is somewhere between 1.5GB and 1.6GB. This is due to the 2GB limit...
February 20, 2013 at 2:45 pm
You can run the query against any database as it refers to System Views that are available in any database and they report instance-level data, not data for a specific...
February 20, 2013 at 1:25 pm
Good deal. Happy you found a way forward. If you don't mind posting your .NET code others may benefit from it down the line. I am also curious to see...
February 20, 2013 at 1:16 pm
Is the client app using the SQL Server Native Client? If so you might be able to trace activity that way:
I am not sure if the same...
February 20, 2013 at 12:35 pm
peterzeke (2/20/2013)
Does someone know if a SQL command in an OLE DB source...
February 20, 2013 at 12:27 pm
Are you open to using PowerShell? This could be done in a single line.
Run this at a PowerShell prompt and you'll see how simple it is to identify which files...
February 20, 2013 at 10:53 am
SQL Server Database Mail does not actually send the email directly to a recipient, it sends it to an SMTP relay. If the database server can reach an SMTP relay,...
February 20, 2013 at 10:03 am
What about an email? You do not have to be connected to the internet to send an email.
February 20, 2013 at 9:25 am
It is sent using the Alerter Windows service and is received by the Messenger Windows server. The Messenger service is no longer enabled available in newer versions of Windows, and...
February 20, 2013 at 8:46 am
Let's make that link an actual link:
http://support.microsoft.com/kb/923247
The article Gail linked to above has a more "to the point" explanation of why these values can exist in your database, just search...
February 20, 2013 at 8:44 am
I could take a guess at what you want and I might nail it but I might not. So in the spirit of getting you some tested code in an...
February 20, 2013 at 8:40 am
fasttrack (2/20/2013)
Hi guys,
I have the following issue:
There are some jobs running successfully. The execution is reported in the "Job Activity Monitor" highlighting the "Last execution" and...
February 20, 2013 at 8:23 am
Viewing 15 posts - 1,861 through 1,875 (of 7,168 total)