Forum Replies Created

Viewing 15 posts - 27,646 through 27,660 (of 39,769 total)

  • RE: what is the difference between ODBC and OleDB?

    Good explanation. OLEDB is newer and superceeds ODBC. You should aim to use OLEDB connections where possible. I believe there's an OLEDB provider that encapsulates all ODBC functionality.

  • RE: Error when trying to schedule Maintenance Plan

    SP2 had changes to maintenance plans, and I believe removed the need for SSIS to be installed on the server. However both the client and the server need to be...

  • RE: The More Things Change ...

    I believe the Microsoft touted that in some early marketing for SQL 7. I've have to go research the exact wordings, but I had a lot of friends asking me...

  • RE: Regarding OSQL.

    I don't believe you can store this in variables with osql.

    Powershell can do something like this if you install it on your servers.

  • RE: HAVING or WHERE in a derived table

    Make this a CTE and then use a "where amt > 0" in the outer query that selects from the CTE?

  • RE: Two group by conditions in 1 query

    First you need to provide more data that would show how you get the test2 data as well as the results you are looking for.

    Second, this seems like homework or...

  • RE: Insert

    Jeff is right. You cannot insert into scalars. you can reassign variables (as in my first post), but INSERT is only for Table(like) structures.

  • RE: Reset login password

    That's what I'd do. Or you can try "Execute AS", not sure if that will work in this context, but it's interesting.

  • RE: Piecemeal Restore SQL 2005

    Are you sure you want to move all data? Replication, while a small load on the LIVESERVER, is the least amount of data moving.

    there are creative ways to do things....

  • RE: MS SQL Server vs processor license

    You must have differnt data or something else different. I have never even seen or heard of a bug returning different data because of different processor counts.

    You should report this...

  • RE: How did you learn SQL

    I am part owner in End to End Training, in Orlando, but good training. We do have a custom mentoring course if you want it.

    Are you looking to admin or...

  • RE: SQL Server job sites

    Dice and Monster are very popular with recruiters, who list most of the jobs. Some private individuals on Monster. not sure if JustSQLserverJobs.com is still out there or used.

  • RE: Reset login password

    Do you mean reset someone else's password?

    I don't think that specific permission exists.

  • RE: Maintenance Plans and DR

    Is that the same issue?

  • RE: How do we know the version of LiteSpeed?

    Is Litespeed installed or are you wondering about what you are about to install? I'm not sure other than the filename or the download.

    I'd download again and then see if...

Viewing 15 posts - 27,646 through 27,660 (of 39,769 total)