Viewing 15 posts - 4,366 through 4,380 (of 13,469 total)
man, if at all possible, change your columns to true datetimes immediately.
Like Sean said, one of a billion plus reasons to use the right datetime data type is headaches like...
November 19, 2012 at 3:21 pm
ok, is this a special table where there is one and only one row in the table?
the reason i ask is the variable population like this:
select @cnt = percentcalled
from dbo.[StatLog]
there's...
November 19, 2012 at 3:05 pm
yogi123 (11/19/2012)
Lowell (11/19/2012)
yeah the error implies either the file or folder is spelled incorrectly, or the filename itself doesn't exist...extra underscore or anything like that a possibility in the name?
i...
November 19, 2012 at 2:03 pm
well the details would help, but roughly it would look something like this:
if exists (select 1 from VW_products
where...
November 19, 2012 at 1:58 pm
you could do it in a trigger, when some value actually gets changed, or you could create a scheduled job to periodically scan the table for exceptions, depending on how...
November 19, 2012 at 1:25 pm
Rod at work (11/19/2012)
I should add, this does work with AD 2003, correct? Our servers are kind of old; we're running 2003 R2 AD.
yeah, my code examples have been working...
November 19, 2012 at 1:22 pm
yeah the error implies either the file or folder is spelled incorrectly, or the filename itself doesn't exist...extra underscore or anything like that a possibility in the name?
November 19, 2012 at 12:33 pm
looks like no problem...you simply need to add that additional check to your update...
something like this looks correct to me, base don what you posted so far:
this would be the...
November 19, 2012 at 12:20 pm
NJDave (11/19/2012)
I have a request to allow a vendor to have VPN access to my SQL Server that currently has one default instance.
The default instance contains multiple databases for multiple...
November 19, 2012 at 12:02 pm
also, the actual number of fields available to query is daunting; i only grab a few myself;
but this website http://www.rlmueller.net/UserAttributes.htm has a spreadsheet that has the most comprehensive list...
November 19, 2012 at 11:52 am
yes, with a linked server.
for me, domain information is very static...we don't add new people or move people into groups very often, so I usually take a "snapshot" of the...
November 19, 2012 at 11:43 am
looks like it cannot be done;
my knee jerk reaction was to see if ALTER USER supported WITHOUT LOGIN, which it does not;
my next idea was to ALTER USER WITH LOGIN...
November 16, 2012 at 3:36 pm
there is a TFS Best Practices Guide out there from Microsoft;
@6.6 meg and 496 pages, it might be a bigger bite than you care to tackle.
November 16, 2012 at 3:25 pm
here's a worst kept secret:
for any question that is not today's question of the day,
the answer is in the newsletters:
so if you were looking at the QOTD for Monday,...
November 16, 2012 at 1:44 pm
man you must be quick!
i posted my answer, and noticed i left of the .png on the image name and fixed it right away...
glad i could help!
November 16, 2012 at 1:22 pm
Viewing 15 posts - 4,366 through 4,380 (of 13,469 total)