Viewing 15 posts - 61 through 75 (of 420 total)
Not a problem Jeff, I don't mind these kinds of deep Qs about the product. I welcome them in fact.
So let's get started.
"Sorry for not doing a dive on...
January 27, 2015 at 12:22 pm
I've got a few mins so I'll add to what Jen posted.
6. What's the SLA for support if something goes haywire? Does such support exist?
On top of what Jen said,...
January 27, 2015 at 10:12 am
That's a broad topic and motivations are varied. However, I suggest you begin with some auditing tutorials so you can be familiar with capabilities.
That said, it helps you with...
January 22, 2015 at 7:48 am
Or if you don't have Ent then you can use SPs to query the tables and split them up into dated ranged.
When you call the SP you can make a...
January 22, 2015 at 7:20 am
I often suggest this course of action when shops have issues with online reindexing. We put the varchar(max) cols into their own table and the main table can now...
January 21, 2015 at 7:14 am
Here are a couple links for some articles I've written.
One is a slideshow on the features:
January 21, 2015 at 7:08 am
I've got an intro to ASP.NET on my site. It's from a few yrs ago but I believe everything still holds.
As far as how to do it all in...
January 12, 2015 at 5:21 am
You're not giving us enough info on what you're looking for.
SQL doesn't prevent you from creating windows groups or users so I don't understand the nature of your question.
January 9, 2015 at 8:11 am
To my knowledge you can't update data in excel and easily push it back to SQL. Getting the data into excel is easy, as you can have a data...
January 9, 2015 at 8:10 am
While Grant is right, you shouldn't use Profiler GUI directly against your servers, I think it depends on what SP 2005 is on. I think it has to be...
January 9, 2015 at 7:57 am
are you restoring over a current DB on the same box? So in other words, are you restoring the DB over itself?
Post the restore stmt you're using.
But by all...
January 9, 2015 at 7:44 am
yep, there ya go.
January 8, 2015 at 11:12 am
Ok so it's 77% full it look like... now take a log backup then run it again and post those results.
January 8, 2015 at 9:02 am
Ok, and what method are you using to check log size?
Use DBCC SQLPERF(LogSpace)
and post the results for that DB.
January 8, 2015 at 8:18 am
Sure you can. You just have to turn on the previous deployment method.
I'm trying to remember right now where it is, but try package properties or maybe deployment properties....
January 8, 2015 at 7:23 am
Viewing 15 posts - 61 through 75 (of 420 total)