Viewing 15 posts - 376 through 390 (of 473 total)
Will something like this work?
SELECT
l.bestellnr,
l.lfsnr,
l.ziel,
l.lfs_refnr,
l.lfsGuid,
CONVERT(NUMERIC(9, 3), l.werksmassFM) AS werksmassFM,
ls.lmenge,
ls.pguid_ref,
p.punktName,
p.holzart,
CONVERT(NUMERIC(9, 2), p.laenge) AS laenge,
CONVERT(NUMERIC(9, 2), p.p_transpreis) AS p_transpreis,
(
(
SELECT...
March 25, 2008 at 2:11 pm
Not being a LiteSpeed guru I hesitate to suggest much. I'd look on Quest's support page. It may be a common problem with a simple solution.
Another thing you...
March 25, 2008 at 1:53 pm
I'm not familiar with Litespeed.
Does it use some sort of extended stored procedure, or does it run as a standalone program?
Assuming you know your backup is good, can...
March 25, 2008 at 12:55 pm
Can you post the scripts you used to do the backup, and the scripts you are using to try the restore?
March 25, 2008 at 12:36 pm
I've had both 2000 and 2005 client tools on the same XP box before with no issues, so the previous 2000 install shouldn't be messing with you.
March 12, 2008 at 2:00 pm
Have you tried playing with the @query_result_separator? Perhaps make it a space or comma instead of an empty string?
February 29, 2008 at 2:51 pm
I found that. But it returns something different than the SID in active directory.
It looks like SQL keeps it's own internal SIDs seperate from the active directory SID.
February 11, 2008 at 5:16 pm
Do you have the latest service pack installed? The RTM version of SQL 2005 had all sorts of pesky little issues like this with Maint. Plans.
February 8, 2008 at 3:13 pm
It is an impressive system...it just has some quirks.
I'm working with their support (which is excellent) and I think we are going to end up getting it working...
February 7, 2008 at 2:13 pm
Sorry...should have been more specific.
We pretty much collect everything.
Logins, (failed and sucessful), selects, updates, deletes, inserts, etc. New objects created / dropped.
February 7, 2008 at 2:08 pm
🙂 Except for in my case we both report to the same person, who usually sides with the DBAs.
February 5, 2008 at 9:51 am
Agreed. We have Idera's compliance manager that catches everything for us. It gives us everthing this script gives us and then some...This little net send popup is just...
February 5, 2008 at 9:38 am
There is a pretty good article on this subject on the front page of SQLServerCentral.com: http://www.sqlteam.com/article/which-is-faster-san-or-directly-attached-storage
February 5, 2008 at 9:11 am
It should be easy. Assume the table you are copying to/from has 4 cols: id (identity), col1, col2, col3.
Something similar to this should get you where you need to...
February 5, 2008 at 8:48 am
Another thing you could do is register a server or two in each group you are going to create and then export them. Then you can look at the...
February 4, 2008 at 1:37 pm
Viewing 15 posts - 376 through 390 (of 473 total)