Viewing 15 posts - 5,176 through 5,190 (of 7,164 total)
Welcome to the site Christi! Please post back to this thread once your blog is up and running. Lots of people add their blogs to their signatures around here too...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 24, 2011 at 4:59 pm
chumphrey 12211 (8/24/2011)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 24, 2011 at 4:36 pm
With ample hardware you should be fine mirroring 9 DBs. The upper bound has to do with how many worker threads required by each mirroring session (i.e. sessions are per...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 24, 2011 at 3:03 pm
Anam Verma (8/22/2011)
HiIf i use the following command,
ALTER DATABASE [dbName]SET SINGLE_USER
WITH ROLLBACK IMMEDIATE;
GO
will it kill all the processes on the database and rollback transactions if required?
Yes. I would...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 24, 2011 at 2:55 pm
chumphrey 12211 (8/22/2011)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 24, 2011 at 2:16 pm
gmamata7 (8/21/2011)
I went through the link http://www.sqlskills.com/blogs/paul/category/CHECKDB-From-Every-Angle.aspx
and it says DBCC CHECKDB won't cause blocking.
But, In my case blocking happening only when DBCC CHECKDB runs.
So how can we rule out...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 24, 2011 at 2:07 pm
I have always written scripts to pull reports from the databases directly to show what was in place. You can find lots of examples online (this site has a bunch...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 24, 2011 at 11:53 am
arpitsinghal.tcs (8/24/2011)
I want to import data from flat file into SQL Server table using SQL CLR ..
Also, we need to do some manipulation /formating of the datetime column
Size of...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 24, 2011 at 11:48 am
julia.streatfield (8/24/2011)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 24, 2011 at 9:20 am
sleipner (8/22/2011)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 23, 2011 at 5:27 pm
If it is only for tables and SPs then you can use this:
EXEC sys.sp_helprotect
@username = 'role_name' ;
If you need to whole picture you'll have to...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 23, 2011 at 4:09 pm
I have not seen that one either. Google yielded this thread...related?
http://www.sqlservercentral.com/Forums/Topic1125956-357-1.aspx
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 22, 2011 at 1:30 pm
What is your ActiveX script doing? Evaluate whether you're running into an issue because the DTS pkg is trying to load a 32-bit binary into a 64-bit process.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 22, 2011 at 1:28 pm
What do you mean by "create and distribute back-up maintenance plans"? I am interested for you to explain more about the workflow you're after, i.e. the problem you're trying to...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 22, 2011 at 1:23 pm
Whenever I have this type of question I run a trace on the server and capture everything SSMS (or whatever tool) is issuing to the server in terms of SQL...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 22, 2011 at 12:06 pm
Viewing 15 posts - 5,176 through 5,190 (of 7,164 total)