Viewing 15 posts - 2,716 through 2,730 (of 7,498 total)
I guess you're running "standard install scripts" using sqlcmd.
In your dos command just use:
rem using windows authentication
sqlcmd -Syourserver\yourinstance -E -s"create login ..."
Check out SQLCMD in books online for all parameters...
October 23, 2010 at 6:55 am
With regards to SSIS, I always advise a team of programmers to learn it, just like they would learn any other programing engine.
It is very powerful, but there can...
October 23, 2010 at 5:43 am
Did you notice they published a "who is coming' at SQLPASS ??
http://www.sqlpass.org/summit/na2010/Connect/WhosComing.aspx
and I'm on that list :w00t::cool::hehe::-D:smooooth:
October 22, 2010 at 12:04 pm
MPs were the most "forgotten" topic with hotfixes and service packs. (e.g. the sql2005 sp2 fiasco having a CU1 within the week)
October 22, 2010 at 11:51 am
- Remove all the hints and tweaks you use with sql2000 !
- check out the graphical execution plan and see how it proposes for new indexes. Keep in mind you'll...
October 22, 2010 at 11:46 am
we use no maintenance plans but schedule our own backup jobs using sqlagent. In the past there have been troubles with MPs, and many people switched to their own controlable...
October 22, 2010 at 11:27 am
Indeed ... that's a very nice toolbox item :w00t:
October 22, 2010 at 11:01 am
LutzM (10/22/2010)
ALZDBA (10/22/2010)
Jeff Moden (10/21/2010)
ALZDBA (10/20/2010)
Dito.And it only serves a single purpose. i.e. strict hierarchy.
Ever tried building a family tree ?
Thanks for the input, Johan. Heh... from what I've...
October 22, 2010 at 10:59 am
- How to resend email in Database Mail? http://www.sqlservercentral.com/Forums/Topic673403-146-1.aspx#bm793953
and off course also my troubleshooting script:
use msdb
go
/* is dbmail config activated ? */
Select *
from sys.configurations
where [name] = 'Database Mail XPs'
go
exec sysmail_help_queue_sp...
October 22, 2010 at 8:08 am
To get you started .... assume every documented pigeon has one male and one female pigeon for parents.
Attached a little brainstorm to start with an experiment on the hierarchy datatype.
October 22, 2010 at 7:26 am
Jeff Moden (10/21/2010)
ALZDBA (10/20/2010)
Dito.And it only serves a single purpose. i.e. strict hierarchy.
Ever tried building a family tree ?
Thanks for the input, Johan. Heh... from what I've seen, even...
October 22, 2010 at 12:53 am
Chances are you will get errors if you just perform "select * from table".
This doesn't mean you will not be able to pull data from that table.
Try to put the...
October 21, 2010 at 2:03 am
Paul White NZ (10/20/2010)
WayneS (10/20/2010)
@paul-2 - interesting colours on your new avatar.Thanks - it's almost summer here, so I felt like brightening it up a bit 🙂
I tought it was...
October 21, 2010 at 2:00 am
If an activation sproc is modified, and ssb notices that, it will put a notification in sqlservers errorlog.
Off couse, this does not cover for the generated dynamic sql.
This message will...
October 20, 2010 at 2:48 pm
Viewing 15 posts - 2,716 through 2,730 (of 7,498 total)