Viewing 15 posts - 2,701 through 2,715 (of 3,061 total)
archan.arch (2/18/2009)
i am just doing a study about data migration .i am interested to know about
migrating from oracle to sql.
what are pitfalls to look out for?
as in what...
February 18, 2009 at 2:23 am
Post does not provides enough information.
What are the configurations of each one of the three servers? are these server dedicated to this "one table" database?
How are you load balancing?
Something is...
February 16, 2009 at 10:25 am
Shall we understand you want to replicate DDL but not DML?
February 16, 2009 at 10:19 am
peace2007 (2/14/2009)
1- Set a performance baseline for your most important processes meaning, you have to know how long they take.
How can I do that?
Here is how.
Conduct a poll with...
February 15, 2009 at 2:07 am
peace2007 (2/14/2009)
Hi,I need to know the most important regular works that each DBA should perform on SQL Servers to prevent performance problems, etc.
Define "performance problems", seriously.
First of all you have...
February 14, 2009 at 8:45 am
Vijaya Kadiyala (2/11/2009)
HiWhat are you expecting of this query??
select count(*) from policy;
Thanks -- Vijaya Kadiyala
... to count rows on policy table? :doze:
February 14, 2009 at 2:00 am
You may want to start by searching this forum, a ton on info on those subjects. 😉
February 14, 2009 at 1:53 am
Shall I understand you are seeing locks with lock mode=V ?
In the affirmative case, which version of SQL Server are you running?
February 13, 2009 at 10:27 am
I couldn't agree more, change tracking is a must.
That's why some people out there bothered in creating Change Control and Version Control processes and tools 😉
February 13, 2009 at 6:51 am
Are you positive you have just one filegroup? -PRIMARY ?
February 13, 2009 at 6:05 am
Jack Kennedy (2/13/2009)
February 13, 2009 at 5:53 am
Looks like you have actually ran out of space. You can't even insert a row on sys.sysfiles1 when trying to add a datafile.
I would let some datafile to grow a...
February 13, 2009 at 5:50 am
Are you sure this is the message you are getting when trying to add a datafile?
...Could not allocate space for object 'sys.sysfiles1'.'sysfiles1' in database 'HsWebLaboratorio' because the 'PRIMARY' filegroup is...
February 13, 2009 at 5:35 am
Roy Ernest (2/12/2009)
February 13, 2009 at 2:57 am
Viewing 15 posts - 2,701 through 2,715 (of 3,061 total)