Viewing 15 posts - 5,956 through 5,970 (of 6,024 total)
See if executing a CHECKPOINT updates your allocation stats.
May 26, 2010 at 9:18 am
Sometimes people make poor data type choices or implement redundant columns due to misguided notions about best practices. For example, I once was hired as a contractor to delevepe reports...
May 26, 2010 at 8:13 am
Dave Schutz (5/24/2010)
May 24, 2010 at 2:24 pm
ehamouda (5/24/2010)
this is the right query i need to be converted..
SELECT exxonTesting.[SP Company Name], exxonTesting.[SP Office No], exxonTesting.[Safety POC], exxonTesting.[API Requirements], exxonTesting.City, exxonTesting.State, exxonTesting.[Name Tested], exxonTesting.Completed, exxonTesting.Expires, exxonTesting.[API Key...
May 24, 2010 at 12:16 pm
Steve Jones - Editor (5/24/2010)
Like with a monitoring system. Don't ping me on 100% CPU, ping me when it's sustained 100% for more than 5 minutes, and it's not a...
May 24, 2010 at 9:57 am
dcraday (5/24/2010)
May 24, 2010 at 9:01 am
Usage of the word "smart" within the technology industry is like using the word "fair" within the realm of politics. I mean, ask 100 random people to define their idea...
May 24, 2010 at 8:04 am
Case-sensitive collation for a database (ex: 'John Smith' <> 'JOHN SMITH'), case-sensitive programming languages (Main != main), and case-sensitive string comparisons within a programming language ("John Smith" != "JOHN SMITH")...
May 24, 2010 at 7:46 am
You said you granted the user account "all permissions", but make sure that view schema permission is one of them.
Metadata Visibility Configuration
http://msdn.microsoft.com/en-us/library/ms187113.aspx
VIEW DEFINITION Permission
http://msdn.microsoft.com/en-us/library/ms175808.aspx
If this doesn't make the tables visible...
May 22, 2010 at 9:30 am
Well, there is no reason to shout programming code at someone across the room or dictate it to them over the phone when we have e-mail and instant messaging.
One thing...
May 21, 2010 at 3:16 pm
Jeff Moden (5/17/2010)
...
...
I used them to overcome the N4k and C8K barriers in SQL Server 2000.... and, yep... it was from another stored procedure.
Basically, how did creating a temporary stored...
May 17, 2010 at 2:13 pm
sihaab (5/17/2010)
May 17, 2010 at 11:03 am
Paul White NZ (5/15/2010)
...
The wider question is an interesting one. I remember being asked once why we can create temporary stored procedures (local or global) but not temporary functions....
May 17, 2010 at 9:51 am
David Portas (5/13/2010)
May 13, 2010 at 2:53 pm
- You said that drive C: is 68 GB, but how much disk space was free before running the stored procedure?
- Have you used Sysinternals FileMon or Process Monitor to...
May 13, 2010 at 1:17 pm
Viewing 15 posts - 5,956 through 5,970 (of 6,024 total)