Forum Replies Created

Viewing 15 posts - 23,626 through 23,640 (of 39,818 total)

  • RE: Variables to refer to server

    How does the job work? Why not just use Integration services to move the data.

  • RE: Copying code

    You can take code off the Internet, IMHO, and use it in your systems, but I would not think that you can take it and resell it, meaning put it...

  • RE: Notification Emails

    Luke,

    thanks, but it shouldn't have mattered. now I need to check and see what else has changed

  • RE: Are the posted questions getting worse?

    Ahhh, no more horses! They're everywhere.

    I think Tia could get a horse to drink. She does some amazing things with horses. she got one to play fetch (http://www.youtube.com/watch?v=Xd6pxo1qYgE) and bow...

  • RE: Variables to refer to server

    Or for a query.

    You can create view for the query and encapsulate things. However, if you are planning on hundreds of tables for a linked server, you are architecturally...

  • RE: Visible in SQL 2008

    I think you are either connecting to a different instance or database if you can see them from one place and not another with the same credentials.

    When you log in,...

  • RE: very low disk soace please help urgent

    The script is really the commands he's given. Look them up in BOL and use the parameters that would make sense for your system.

    for shrinkfile, use something that seems reasonable...

  • RE: Visible in SQL 2008

    Refresh maybe? Restart SSMS?

  • RE: EncryptbyKey SSN

    You could use a hash.

    Otherwise, there isn't a great way to do this. Typically you do not create a unique index on an encrypted field.

  • RE: T SQL

    The corrected question, which is on the web site, is

    CREATE TABLE E (eid int, mid int, en char(10) )

    INSERT E SELECT 1,2,'Vyas'

    INSERT E SELECT 2,3,'Mohan'

    INSERT E SELECT 3,NULL,'Shobha'

    INSERT E SELECT...

  • RE: Restore is taking 400% disk space

    As mentioned you need to shrink the log, but you also need to set up log backups, figure out how large to leave the log, and monitor things.

  • RE: Variables to refer to server

    I'd use Jeffrey's suggestion. You can't use a variable in the 3 or 4 part naming scheme.

  • RE: Are the posted questions getting worse?

    Hard to stay in the top 5. Someone can answer a few hundred questions in a couple days and get up there.

  • RE: T SQL

    The question is repeated when you click in the newsletter. If there is an issue, we will try to fix it as soon as we can.

    The ORDER BY doesn't change...

  • RE: Are the posted questions getting worse?

    If you (ya'll) want to write a book together or separately, Tony Davis of Simple-Talk is always looking for some to use in promotions. He has gotten them in print...

Viewing 15 posts - 23,626 through 23,640 (of 39,818 total)