Viewing 15 posts - 42,961 through 42,975 (of 49,571 total)
Please don't cross post. It just wastes people's time and fragments replies.
No replies to this thread please. Direct replies to: http://www.sqlservercentral.com/Forums/Topic608988-359-1.aspx
November 26, 2008 at 9:56 am
Please don't cross post. It just wastes people's time and fragments replies.
No replies to this thread please. Direct replies to: http://www.sqlservercentral.com/Forums/Topic608988-359-1.aspx
November 26, 2008 at 9:56 am
You can generate a trace script from profiler. All you'll need to do with the script is set an end time and a file name. Script to a fast drive...
November 26, 2008 at 9:52 am
You do get the cert, providing you have any prerequisites. You will have to wait a while for results.
That exam's not in beta though. It went through beta some months...
November 26, 2008 at 9:45 am
prakash.gr (11/26/2008)
i do agree with your points. but my frontend is not critical like banking application where inconsistency effcts adversely.
I don't know many apps where missing a bunch of rows...
November 26, 2008 at 9:38 am
You can't use a variable in an in clause like that. The in has to either be literals or a subquery.
Two options:
1) Dynamic SQL with all of its downsides and...
November 26, 2008 at 9:29 am
User_name and session_user are nondeterministic functions, as are most similar security functions. They can return different results when called with the same parameters. As such, they may not be part...
November 26, 2008 at 9:24 am
Why can't you change the compatibility level?
November 26, 2008 at 9:12 am
Tables, by definition, don't have an order. Position of rows within a table is a meaningless concept. The way the rows are stored physically on disk (which is what you...
November 26, 2008 at 9:07 am
5 seconds with google will get you this:
November 26, 2008 at 8:35 am
Magy (11/26/2008)
November 26, 2008 at 8:27 am
Yeah, that looks like the 'falling off a cliff' behaviour that Bob Ward described. I'll hunt for an article and drop him a mail if I can't find it.
November 26, 2008 at 8:18 am
Elisabeth Rédei (11/26/2008)
Make sure you don't have the "Lock Pages in Memory" user right set for the SQL Server startup account.
Standard edition ignores that setting.
November 26, 2008 at 8:12 am
I'm not asking about SQL's working set. The message says that's getting reduced. I asked about the total working set of all processes on the server. If that's showing a...
November 26, 2008 at 8:07 am
Viewing 15 posts - 42,961 through 42,975 (of 49,571 total)