Forum Replies Created

Viewing 15 posts - 1 through 15 (of 337 total)

  • RE: EXECUTE AS question

    If the database does not exists then to restore the database the user must have create database permission but if it exists then user must be a member of dbcreator,the...

  • RE: Cannot see my database in object explorer - running Vista

    See if this helps.

    https://support.microsoft.com/en-us/kb/956179%5B/url%5D

    Please note the issue occurs only if the user trying to connect is not a sysadmin.In your case if you are a sysadmin and...

  • RE: Cannot see my database in object explorer - running Vista

    Is the SQL server instance 2008 as well ?

  • RE: xp_cmdshell Issue

    What happens when you execute xp_cmdshell in the SQL query window using FakeDomain\FakeDomainAccount login ?

  • RE: Processing strings.

    Few months back I had a situation where I had to create instance of class that supported multiple inheritance(MI).C# does not support MI but C++(CPP) does.C# supports MI through interfaces...

  • RE: Why Identity value gets jumps to lower value ?

    Kishore M. K. (4/5/2016)


    Is this Stop-Start of SQL Service is causing IDENTITY value to jump to lower random value ?

    This has been a known issue on atleast SQL Serve 2012...

  • RE: Processing strings.

    Thank you very much Sir Jeff.You are way to humble given your high stature in the world of SQL Server.

    I am glad that I chimed in this post.Made me understand...

  • RE: Processing strings.

    Jeff Moden (4/2/2016)


    P.S. Please stop posting pictures of code. You can't copy the code from those for test.

    Apologies.I will fix it.

    Also, instead of using C# to call Visual Basic,...

  • RE: Processing strings.

    Jeff Moden (4/2/2016)


    Ah... be real careful about using those test results. I've proven many times that using the same row of data a million times as test data (I...

  • RE: Need help with shrink

    But the Truncate job step will succeed during the other consecutive log backups.It will only fail once when the Full Backup is running which I believe would be only once...

  • RE: Help with logic

    Is there are limitations to no of databases that can be a part of the a group ? Should the no of groups always be 3 ?

    DECLARE @t...

  • RE: Processing strings.

    Between just stumbled across a very fantastic discussion related to different Split methods for SQL Server.Paul White,Jeff Moden,Aaron Bertrand,Barry Young,Phil Factor(always wondered what his real name is) all these great...

  • RE: Processing strings.

    Jeff Moden (4/1/2016)


    I can't see the "ELSE" on that and correct me if I'm wrong, but that looks like it might not handle trailing delimiters correctly... which is why I...

  • RE: Processing strings.

    The issue with custom text parsing functions in TSQL is that they are very cumbersome to maintain and one needs to be highly proficient in TSQL to very well understand...

  • RE: Using Subqueries as Calculated Fields

    Good point -- it would appear that the original query would return Orders as 0 for any client with no orders but the suggested replacement query will surely return 1,...

Viewing 15 posts - 1 through 15 (of 337 total)