Viewing 15 posts - 18,361 through 18,375 (of 39,903 total)
I would invite you to ask your backup person to restore your database to a point in time on another server using the latest "log" backup. That will let you...
September 9, 2010 at 9:37 am
I have corrected the question to say that it is for SQL Server 2008 R2 (using the latest reference), noted that it can be moved in 2005, and then awarded...
September 9, 2010 at 9:19 am
Jack Corbett (9/9/2010)
And that would be The White Shadow, right?
The White Shadow? That's you isn't it? I can still (almost) dunk a basketball.
September 9, 2010 at 9:10 am
Twitter is a lot like The Thread, only moving at a slightly faster pace.
You can sign up and just follow people, not posting yourself.
September 9, 2010 at 8:38 am
SQLSaturday is still transitioning from Andy and I to the PASS group and they're learning. Getting a new email setup for each event is a logistical issue for them right...
September 9, 2010 at 8:37 am
WayneS (9/8/2010)
Hey Steve - what's the new avatar?
My wife got me a new hat this past weekend. I was wearing it when I went to take water out to a...
September 9, 2010 at 8:26 am
CGSJohnson (9/9/2010)
...What do YOU (I know it differs for everyone) now use as measures of a job that you would find enjoyable? Just wondering.Thanks...Chris
Chris,
The last few jobs I've had...
September 9, 2010 at 8:22 am
Another vote for Jefferey and Simon. Use Cluster Manager, leave the services alone.
September 9, 2010 at 8:15 am
I'd agree with Jeffrey here that SSIS is a better solution. While you can access the csv in real time, you'll essentially be pulling the entire file into SQL each...
September 9, 2010 at 7:44 am
I'd also recommend that you pick up a copy of Grant's book to help you better understand.
September 8, 2010 at 5:13 pm
*= is a left outer join. You'd convert this as'
select a.customer, b.order
from customers a, orders b
where c.customerid *= b.customerid
to
select a.customer, b.order
from customers a
left outer join...
September 8, 2010 at 5:12 pm
First, never grant privileges to users. Create a role, grant rights to the role, add users to the role. You do this for the exact reason that you are trying...
September 8, 2010 at 4:11 pm
While I haven't used BackupExec 12, I've had experience with 11, 10, a few other versions. I've always had issues doing restores with BackupExec, especially when I had a disaster.
As...
September 8, 2010 at 3:55 pm
I've seen both. I like the crossover cable since it's easy to setup and less to break.
September 8, 2010 at 2:23 pm
Viewing 15 posts - 18,361 through 18,375 (of 39,903 total)