Viewing 15 posts - 8,356 through 8,370 (of 22,215 total)
Only the output parameters are listed, but if you look at the values at the end, there are 7, same as the number of parameters you have defined within the...
April 22, 2014 at 6:39 am
Ed Wagner (4/22/2014)
Thanks for posting the link to the article, Grant. I just learned something - I didn't know about LABELONLY. 🙂
Not a problem. That's why we're all out...
April 22, 2014 at 6:28 am
SQL Swerver (4/22/2014)
April 22, 2014 at 6:28 am
yuvipoy (4/21/2014)
most of my...
April 22, 2014 at 6:24 am
andrew gothard (4/22/2014)
April 22, 2014 at 6:22 am
SQL Swerver (4/22/2014)
GrantHow can the WASD Firewall be configured to allow Azure Weblications? They are internal to Azure with no external IP?
All the cloud services that I currently have (not...
April 22, 2014 at 4:42 am
SQL Swerver (4/22/2014)
How would one configure the Azure SQL Database firewall to allow an Application hosted in Azure PaaS...
April 22, 2014 at 4:39 am
Use correct data types. If you need a floating point number, use a float. If you're expecting an integer, use one of the integer data types, not the float.
April 22, 2014 at 4:20 am
I'm with Yogeshwar Phull. Don't use show_contig any more. The dynamic management objects are so much better for this type of information.
April 22, 2014 at 4:20 am
Deadlocks are fundamentally a performance issue. So, are the other databases the same size as the one that's getting the issue? Are the same indexes in place? Are the statistics...
April 22, 2014 at 4:18 am
Here's the Books Online entry on DDL Triggers.
April 22, 2014 at 4:13 am
The thing I'd look to are the wait statistics. What's causing the system to slow down? That will tell you if you are stuck on I/O or if it's something...
April 22, 2014 at 4:12 am
I'm pretty sure there's no way to trace by JobId. But, you can trace by application name, so that will make it so you only ever get calls from SQL...
April 21, 2014 at 4:21 pm
You can get a bunch of information from the backup files themselves, all through T-SQL. I've got an article on it over at Simple-Talk[/url].
April 21, 2014 at 4:14 pm
Steve has largely nailed it. Be cautious using extended events to capture all statements though. That can be a ton of information.
Now, if you're running SQL Server 2014, you can...
April 21, 2014 at 10:29 am
Viewing 15 posts - 8,356 through 8,370 (of 22,215 total)