Viewing 15 posts - 9,166 through 9,180 (of 13,461 total)
Remember one of the design annoyances in Enterprise Manager was that when it starts, it iterates thru and opens every database....so if your server has a lot of databases, it...
June 28, 2010 at 6:32 am
suresh kumar Sulakh (6/28/2010)
Thanks for the reply..it makes me wonder why at times we dont have to supply a placeholder and it still works
that's because the command is repeating over...
June 28, 2010 at 5:41 am
i think it needs to be smtp.googlemail.com, and port 465:

you need an account to send with(outgoing smtp);
the imap is to pickup/receive email.
i set up an account to confirm, registered "sqlnotifications@gmail.com":
this...
June 28, 2010 at 4:01 am
it's very easy to set u, and you don't need your own SMTP server...just a valid email box somewhere that has SMTP/POP3 access...you can set up with a gmail account...
June 27, 2010 at 3:03 pm
what site are you guys going to?
http://ask.sqlservercentral.com/ seems to be jsut fine, but i did not find a site named http://www.asksqlservercentral.com
June 25, 2010 at 3:30 pm
the default trace captures all the DDL commands, including who dunnit info, but it rolls over if you have a lot of cahnges.
if not too much time has past, you...
June 25, 2010 at 3:22 pm
LinqPad is free and a very light footprint with no dependencies other than requiring .net, but has all the things you need; an object explorer, and multiple query windows for...
June 25, 2010 at 3:16 pm
this kind of request ranks up there with a request that was once heard at Enron:
Run everything in these filing cabinets through the shredder...boss said it was ok, and those...
June 25, 2010 at 12:48 pm
blocking is not affected by users...it's affected by two connections selecting and updating the same row of at nearly the same time.
...whether it is two connections with the same...
June 25, 2010 at 11:04 am
i'd think it through first...what happens if the database goes missing? does the company shut down? is the database being used? maybe they mean they want you to move the...
June 25, 2010 at 10:01 am
the switches we are talking about are for the program bcp.exe, not xp_cmdShell...easy to confuse
i would reckon books online has a complete description of each delimiter, but the command line...
June 25, 2010 at 9:45 am
when i did bcp /? from a command window, i saw one if the switches is a lower case t:
[-t field terminator]
changing my command to this gave me comma delimited...
June 25, 2010 at 9:26 am
keyun this example works for me... outputs 3 rows to my file:
no quotes or spaces for the username or password bvariables being passed...your way may work, but it's not how...
June 25, 2010 at 9:08 am
wierd i got the same error, not sure if it is because of the reserved word SITE or not;
this passes the syntax check:
select cust_num,slsman,
SUM(CASE WHEN [site] = '11199' THEN...
June 24, 2010 at 2:56 pm
edited because now i'm not so sure......
Trusted_Connection=yes = I thought was not possible...unless you change the login used for the SQL Service account.
I know SQL does not use YOUR credentials...
June 24, 2010 at 2:40 pm
Viewing 15 posts - 9,166 through 9,180 (of 13,461 total)