Viewing 15 posts - 1,711 through 1,725 (of 2,010 total)
Coffee, Coffee and more coffee with an occasional muffin thrown in for breakfast...
January 12, 2007 at 6:31 am
RE:Moreno
That's absolutely correct, when you change permissions for a user running a service, it's the same as changing rights for your own...
January 12, 2007 at 6:24 am
so you don't need to worry about versoin now? or will the MAX(orderDate)always give you the correct date? IF so how about this...
UPDATE MAIN_TBL
SET MAIN_TBL.Date_Rtn = MAX(LnkS.CUS_DATE)...
January 11, 2007 at 2:24 pm
I've seen those sort of solutions put into place for network shares and such, but never on SQL server Permissions. IMHO it would basically be like creating a Null share,...
January 11, 2007 at 2:20 pm
Can you give a bit more in the way of example data? For instance how do you know what the ordernumber is? (which btw I'd sugest not using # in...
January 11, 2007 at 2:02 pm
Yes, it was there, then Steve took care of it, Now it's back however as of 1358 EST.
-Luke.
January 11, 2007 at 11:55 am
Unless you specify the xp_cmdshell Proxy Account XP_cmdshell will execute under the rights of the user that the SQL Server runs as. If that account doesn't have rights to start...
January 11, 2007 at 10:01 am
yep, that's the right file then... any chance you could create a DSN that points to the access db? Then use the DSN fo ryour DTS connection instead of a...
January 9, 2007 at 1:13 pm
I beleieve you hit the nail on the head. Seems that was the issue. they were joining two text columns using an int in one table and text in the...
January 9, 2007 at 12:43 pm
It's a straight access table. I beleive there is a problem with the way that access is handling the join to a lookup table. I cleared all of the records...
January 9, 2007 at 11:36 am
I'm guessing you already tried the good old Admin, blank password default? Also, you might check and make sure that it's actually the system.mdw that is protecting the db. It...
January 9, 2007 at 11:15 am
I've only been in the IT business about 10 years, I've done all manner of things from independant consulting to wokring for the state and fed government. Although I'm no...
January 5, 2007 at 6:45 am
Very Slick, quick too. Have to add that one to my Crazy String Manipulation repository.
December 7, 2006 at 10:06 am
Again, I'm not looking for real data, I'm looking for some sample data that could help me get a better understanding of what you were trying to do with the...
December 6, 2006 at 9:45 am
Viewing 15 posts - 1,711 through 1,725 (of 2,010 total)