Viewing 15 posts - 31 through 45 (of 78 total)
I have installed to Adaptive Server Anywhere Driver on our SQL Box, yet when I use it to link to the Sybase box I'm still getting a ODBC error. "No...
May 18, 2006 at 7:51 am
The only thing I would suggest is to save the DTS packages to VBscript and do your editing that way.
HTH
Marty
June 30, 2005 at 6:00 am
Our IT department is broken up into three groups, Development, Network and SQL Admin.
The Development Group has no “sa” access to the production servers at all. If a change...
June 2, 2005 at 12:40 pm
I receive the same output as before.
Is there a way just to select the last 3 times a company was called and ignore the rest?
As in:
Campany ...
June 2, 2005 at 8:45 am
I think the configuration file is the settings derived from: Tools – Options - then setting/saving the parameters for your instance of ISQLW.
Hope this helps.
Marty
May 19, 2005 at 6:50 am
Check out http://www.cdolive.com/kb.htm
May 17, 2005 at 9:37 am
Hows this:
update titles
set pub_id =
(select pub_id from publishers
where pub_name = 'Godel Publishing')
where type = 'business'
May 17, 2005 at 7:25 am
Are you trying to use a subquery? Like:
UPDATE emp
SET deptno = 31
...
May 17, 2005 at 7:02 am
I hate to admit it but your Director is on the right path. If you are a developer and the DBA, SOX dictates that you cannot have full access to...
May 16, 2005 at 1:12 pm
May 6, 2005 at 1:49 pm
Can you write a sub query to insert the defaults?
INSERT INTO tblA
(A, B, C)
SELECT A, B, C
FROM tblB
WHERE tblB.D = '?'
April 27, 2005 at 12:35 pm
Sorry for not being clear.
What I am trying to accomplish is:
Using - Where Flags & 2 = 0
Flags are a preexisting index. What I would like to do is have...
April 27, 2005 at 9:02 am
Viewing 15 posts - 31 through 45 (of 78 total)