Forum Replies Created

Viewing 15 posts - 226 through 240 (of 694 total)

  • RE: How to Best store this data

    Is there anything Special that I need to do within my .NET code to force the issue of keeping the tags in place? Or by default, will they be there?...

  • RE: University grad

    I would suggest that you install SQL Server, and use the SQL Books Online. There are so many great examples and tutorials. Then create yourself a project and start working...

  • RE: SSMS Active Row Background Color

    I tried that, but still the same. I found some other colors come from the OS. But I cannot seem to find the place to modify this color.

    Andrew SQLDBA

  • RE: Kill All Spid(s) according to Database Name

    Thanks Everyone

    I am using the ALTER DATABASE code. Much more simple, and NO cursors:w00t:

    I wish we could dis-invent the cursor:-D

    Andrew SQLDBA

  • RE: Date Only from Date and Time

    Thank You

    I was trying to go about that the long way around of taking each part and concatenating it back together and then cast it to the correct data type.

    Thanks...

  • RE: SSMS Null Values in Grid View to a Different color

    I did find that changing the Windows tooltip color, that is changes the background color of any NULL value in SSMS. A long way around, but I am using 2008R2...

  • RE: Dependencies on a Column

    I knew that as soon as I posted this question, I would find the answer in the BOL

    read about "sys.dm_sql_referenced_entities" in the BOL

    Thanks

    Andrew SQLDBA

  • RE: Mirror Database Transaction Log Maintenance

    Thanks Gail

    Greatly appreciate it. Just needed to make certain before executing

    Andrew SQLDBA

  • RE: Mirror Database Transaction Log Maintenance

    Thanks Gail and Steve

    So I can shrink that logs without messing up the LSNs? How can I shrink the logs without putting the database into simple recovery mode?

    Or am I...

  • RE: A Little String Separation

    Thank You to Everyone for all the great advice. Always learn something when I post here.

    Have a good one

    Andrew SQLDBA

  • RE: A Little String Separation

    I think what is really making this more difficult for me is that the second delimiter is a blank space. I am not wrapping my head around that easily. There...

  • RE: A Little String Separation

    You mean that I cannot have both? 😀

    Fast of course. I take it if I want fast I should follow what was first sent.

    Andrew SQLDBA

  • RE: A Little String Separation

    Do what?

    I was hoping for something a little more simple that what is shown on that page.

    Thanks

    Andrew SQLDBA

  • RE: Braking a Mirror

    Thank You everyone. I appreciate the input. I have not had an issue before myself either. But I always like to get another opinion before beginning.

    I just noticed that I...

  • RE: Script The Objects in the Database

    That is what I have been reading, but I am not sure how to code things like that. I can use C#, but then it is not in SQL, and...

Viewing 15 posts - 226 through 240 (of 694 total)