Viewing 15 posts - 2,716 through 2,730 (of 7,502 total)
- Why don't you just directly 7zip your existing full backup file(s) ?
If you precede your fullbackup with a logbackup, wouldn't your fullbackup be smaller ?
- using 7zip, you can...
October 24, 2010 at 9:17 am
the columns of both queries are not in the same order.
Keep in mind SQLserver doesn't map your columns by name but by ordinal position.
October 24, 2010 at 8:56 am
Paul White NZ (10/23/2010)
.......The multiple reading and writing threads use different sessions, so a #table or variable would not be visible.
Paul
That is the ultimate, one and only valid reason to...
October 23, 2010 at 2:59 pm
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
Viewing 15 posts - 2,716 through 2,730 (of 7,502 total)