Viewing 15 posts - 16 through 30 (of 84 total)
I heard Microsoft is implementing middle joins in 2008. It's for those indiscriminate coders that aren't sure what type of join they want to use. Now you don't...
December 13, 2007 at 9:29 am
TheSQLGuru (11/26/2007)
Lock Pages in Memory only applies to Enterprise Edition of SQL Server.
Good call.
November 26, 2007 at 2:33 pm
I'm not sure that this is the problem, but I understand that you must have the lock pages in memory permission assigned to the SQL account, or windows can page...
November 26, 2007 at 1:46 pm
There are some other ways you can get good performance on lookup tables while avoiding a join. If you have some lookup tables that you want to avoid joining...
November 26, 2007 at 1:32 pm
If you're doing a native backup, you should be able to get a pretty close metric by seeing how much space is used in the database. This is assuming...
November 26, 2007 at 1:13 pm
This problem is a pretty common one when you don't have appropriate domain trusts across domains or you use delegation on the account level and it isn't properly setup. ...
November 26, 2007 at 12:56 pm
Tim Talbert (11/6/2007)
November 26, 2007 at 12:39 pm
Sorry, the post from Amar made the thread active again on the main site. I hope all is going well nonetheless. And just for good measure:
This thread is...
October 31, 2007 at 3:54 pm
I would tend to disagree with Amar. Right now, we have about 5000 Terabytes (5 petabytes, if you wish) of databases with about 30% being FT Catalogs in a...
October 31, 2007 at 3:19 pm
Good point, but you really don't find that out until after you answer the question. The category when you are reading the question doesn't make mention to SQL 2005....
October 29, 2007 at 12:11 pm
Can't say that I've tried that one before, but the issue has long since been resloved, if you check my 1st post. I was doing a post-mortem analysis, since...
October 29, 2007 at 12:06 pm
Hey Jared,
The message 2528 is what DBCC Reindex always outputs. I would recommend using try catch in your exec statement and in the catch block, insert the "select ERROR_MESSAGE()"...
October 26, 2007 at 11:46 am
One thing to note in the following step:
"The scripts in the following methods create two stored procedures that are named the sp_hexadecimal stored procedure and the sp_help_revlogin stored procedure in...
October 26, 2007 at 11:32 am
This might be close to right if the question was applied to just SQL '05. Also, best granularity? What kind of granularity? If you want the most...
October 26, 2007 at 11:28 am
Thank you, Paul. This is exactly what I'm looking for. I did pretty much what you surmised, but I wanted to see what my other options were, had...
October 22, 2007 at 4:37 pm
Viewing 15 posts - 16 through 30 (of 84 total)