Viewing 15 posts - 2,851 through 2,865 (of 3,011 total)
Tell your boss he's going to have to find someone he trusts.
Perhaps he should consider external hosting.
April 15, 2007 at 10:29 pm
I never heard of Omniforms, but it must be a very poor tool for working with a database if it can't handle a simple one to many relationship.
April 15, 2007 at 7:52 pm
Since the only requirement posted was the output, this should do it.
select 104 union all select 105 order by 1
Good LUCK!!!
April 15, 2007 at 7:45 pm
What you are trying to do is invalid SQL. You do what you want in dynamic SQL, but you cannot do dynamic SQL in a function.
April 15, 2007 at 7:39 pm
"I heard nearly 20 years ago that big ERP implementations would end and we'd get them down to a science and being an SAP consultant, your days are numbered. I'm...
April 15, 2007 at 7:06 pm
If you don't know what the maximum size is, how would you know that varchar(2000) is large enough?
April 15, 2007 at 6:54 pm
On the subject of "greedy CEOs"
One thing I have never understood, is why the large stockholders, especially large mutual funds, tolerate this. After all, the 250 million that the CEO...
April 14, 2007 at 12:29 pm
There first thing you should consider is the company's method of recognizing costs: standard cost, FIFO, LIFO, etc. Whatever method you chose must work with that.
One approach I have taken...
April 14, 2007 at 11:20 am
Use the free PSINFO utility from http://www.sysinternals.com
C:\>PSINFO -D DISK \\SERVERNAME
PsInfo v1.73 - Local and remote system information viewer Copyright (C) 2001-2005 Mark Russinovich Sysinternals - www.sysinternals.com
System information for \\SERVERNAME:
Volume Type ...
April 12, 2007 at 9:20 pm
This script should let you do what you want.
Take the database offline to kill the connections, bring it back online in single user mode, change to that database immediately to...
April 12, 2007 at 6:04 pm
I am not big on prying into people’s lives, but if I had that information about that guy, I doubt if I would want him around.
I would be most concerned...
April 10, 2007 at 10:27 pm
I can do without the bring your dog, cat, goldfish, kid, spouse, best friend, interesting street bum, or whatever to work day.
If you really need them with you while you work,...
April 10, 2007 at 10:11 pm
Mark Twain? Don't you mean Charles Dickens in "A Tale of Two Cities"?
April 10, 2007 at 2:37 pm
I think it would be a bad idea to enforce unique passwords across all accounts.
If you tell a user that they cannot use a password because it is already in...
April 8, 2007 at 9:48 pm
You want help debugging a stored procedure that you didn't post the code for?
April 7, 2007 at 3:59 am
Viewing 15 posts - 2,851 through 2,865 (of 3,011 total)