Viewing 15 posts - 76 through 90 (of 628 total)
Not a problem sir; I just was pulling my hair out thinking someone pulling a prank on me or something...
Heh, I welcome your thought and opinion. Thank-you again sir.
Mohit.
May 27, 2009 at 4:48 pm
I talked to the AD guy he can't figure out how it worked with Distribution AD Group types to begin with; since it is working with Security AD Group type,...
May 26, 2009 at 10:14 am
HI Steve,
Thanks for the suggestion; I am not sure what other factors can affect SQL Server authentication. As you said neither am I AD guru; talking to...
May 22, 2009 at 8:56 am
No one has this issue?
I have registered SPN for the SQL Server service and can confirm that all accounts are using Kerberos; but it still does not work when I...
May 21, 2009 at 3:28 pm
Right; because it is a workgroup there is no central account storage. You have two options ..
1) Use Windows User Impersonation (you'll have search Google, I read one article...
May 4, 2009 at 7:43 pm
Are your Production SQL Server and IIS in a domain? If not you cannot use trusted security; you'll have to use SQL Server Security.
Thanks.
Mohit.
May 4, 2009 at 7:23 pm
Thanks Gail.
I understand your points, I think the Microsoft consultant was just suggesting I should seriously look at the fields in questions because there is no doubt for room for...
May 4, 2009 at 12:46 pm
When you grant execute permissions to a procedure the user doesn't need permissions on the objects (tables/views) it self as long as the owner is same for procedures and objects.
If...
May 2, 2009 at 4:42 pm
Hi Jeet,
Please check the ERRORLOG file for the SQL server to see what is the reason for not starting up. Please paste that copy of the error...
May 2, 2009 at 4:35 pm
One note about the DMV for Indexes ...
I was talking to Microsoft Tier-3 Support guy about SQL Server; he suggested using the Dash Board there is a 90%+ improvement there...
May 1, 2009 at 3:09 pm
Not surpirsed Mike, I find most people don't even know what a cluster index is. I remeber getting an answer from someone at one time "we are not running...
May 1, 2009 at 11:02 am
On a small table you will not notice much improvement; but general recommendation is you should have cluster indexes on every table.
It was at this time i started...
May 1, 2009 at 8:03 am
anu1krishna (5/1/2009)
I have some doubt in the execution of a query the query is as follows;;;;;;;;
DECLARE @VARIABLE VARCHAR(30)
DECLARE @QUERY VARCHAR(5)
SELECT @VARIABLE='TEST'
SELECT @QUERY='SELECT'+'''@VARIABLE'''
EXEC (@QUERY)
cAN ANYBODY EXPLAIN ME HOW THE SELECT...
May 1, 2009 at 7:54 am
Heh Lynn,
Exactly I wondered to, it looks like the entire thing is dynamically created because I saw similar code with 4-5 variations when I was tracing. In...
April 27, 2009 at 1:58 pm
Gale,
So question, when the plan gets creating using table variables? How long do the plans stay in cache? Even though the objects are destroyed right...
April 27, 2009 at 10:00 am
Viewing 15 posts - 76 through 90 (of 628 total)