Viewing 15 posts - 33,181 through 33,195 (of 39,810 total)
Apologies. Editing the names from the test system resulted in the = being missed. Points have been awarded back for D and the question changed to fix the syntax error.
April 25, 2006 at 1:57 pm
I'm sitting at Starbucks this morning, writing a little on my book. Since I work at home, sometimes I get out and this is a great place to work.
However,...
April 24, 2006 at 10:21 am
I'm slightly confused, why one login? If the Windows logins are used, then use them to auth to the db.
I do like the idea of storing config data in the...
April 20, 2006 at 9:02 am
On my XP desktop, I had 2000 Personal installed. Added 2k5 Dev and taskpad still works in EM.
April 20, 2006 at 8:24 am
So you would advocate pulling all data from the database server, running it through a utility and then putting it back for further querying?
April 20, 2006 at 8:21 am
I would venture the guess the best tool is the database since that's where most of the data is. SED, AWK, etc., apart from not being on Windows in general...
April 20, 2006 at 7:58 am
That appears to be a .NET and not a SQL error. I suspect you may need to insert it as <"http://...
April 19, 2006 at 8:21 pm
Since these will be static when this runs, I'd calcualte them and store the values in variables and then include the variables in this query.
select @a = getdate()
select * from...
April 19, 2006 at 8:48 am
Look at DATEPART and DATENAME in Books Online for hints on formatting.
April 18, 2006 at 10:30 am
Tobias,
If you get there, call me. That sounds wonderful to me as well!
April 17, 2006 at 8:09 pm
Scott,
Thanks for the clarification. I think it's a good idea, but one thing more to think about is that the IRS and associated schemes also employ a lot of people....
April 17, 2006 at 4:57 pm
I don't mean to imply I mind paying taxes. I don't want to pay more than I need to, but I love the US and am happy to support it.
The...
April 17, 2006 at 3:08 pm
The Guest user has access to read tables in msdb, where the DTS packages are stored. You can remove the permissions to the stored procedures used to scan for the...
April 17, 2006 at 8:39 am
Can you update the table?
Doesn't look like the system procedures are really detailed.
April 17, 2006 at 8:27 am
Viewing 15 posts - 33,181 through 33,195 (of 39,810 total)