Viewing 15 posts - 34,321 through 34,335 (of 39,727 total)
You need an IF statement.
If x = 1
select y, z from my table
else
select y, z, from table2
You cannot change the from statement with a case.
November 30, 2004 at 9:08 am
Interesting, and I thought objectname was broken as a filter. Thanks for the info, scott.
November 30, 2004 at 9:07 am
It's highly frowned upon and could cause problems. In SQL Server 7, triggers on system tables were not guarenteed to fire.
I'd setup a job that runs every hour to look...
November 30, 2004 at 9:06 am
The app might have been an admin on the nondedicated machine and you were not aware of it. Being an admin and named pipes v TCP should not have anything...
November 29, 2004 at 9:12 pm
Hopefully you can track an IP or hostname. If you can't, you might need a network sniffer to find the traffic.
November 29, 2004 at 9:12 pm
Agree with above. The login failures are being caused by something else if your app is working.
November 29, 2004 at 9:10 pm
Should fix them all, report how many were fixed. Are you running Auto fix?
November 29, 2004 at 4:59 pm
Who owns the tables? If you own the tables and stored procedure, then you can grant execute on the procedure and the developer will be able to run it. If...
November 29, 2004 at 10:08 am
Are the Novell clients runnng Windows or Linux? Trusted connections are only available from Windows machines.
November 29, 2004 at 10:06 am
Sorry, only English here, but it seems like something errored out during the install. Since it's in another languange, I can't figure out the issue. You might need to call...
November 29, 2004 at 10:05 am
Something went wrong with the installation. You might need to remove and reinstall. Are you an admin on the remote box? I'm assuming this was a remote install of SQL...
November 29, 2004 at 10:02 am
Are you sure that the same version of SQL is on each? And the same version of XP? It sounds like either the SQL version, XP version, or SP is...
November 26, 2004 at 9:15 am
Allen's advice is the best way to do this.
November 26, 2004 at 9:14 am
Or at least the collation for master got set that way.
November 26, 2004 at 9:13 am
This is true, although it's a good thing. Don't want objects to exist without an owner.
November 26, 2004 at 9:13 am
Viewing 15 posts - 34,321 through 34,335 (of 39,727 total)