Viewing 15 posts - 27,646 through 27,660 (of 39,769 total)
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.
July 28, 2008 at 9:50 am
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...
July 28, 2008 at 9:49 am
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...
July 28, 2008 at 8:36 am
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.
July 27, 2008 at 8:28 pm
Make this a CTE and then use a "where amt > 0" in the outer query that selects from the CTE?
July 27, 2008 at 8:26 pm
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...
July 27, 2008 at 8:26 pm
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.
July 27, 2008 at 9:28 am
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.
July 27, 2008 at 9:24 am
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....
July 27, 2008 at 9:23 am
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...
July 27, 2008 at 9:15 am
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...
July 27, 2008 at 8:55 am
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.
July 27, 2008 at 8:53 am
Do you mean reset someone else's password?
I don't think that specific permission exists.
July 27, 2008 at 8:51 am
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...
July 26, 2008 at 6:53 pm
Viewing 15 posts - 27,646 through 27,660 (of 39,769 total)