Viewing 10 posts - 1 through 10 (of 10 total)
I am wondering about this as well. My current solution was to create a table that described the rules and associated tables that understand how the rules are to...
August 15, 2011 at 8:28 am
Koustav:
Would you mind sharing how you used columns_updated() with that many columns. I am getting overflow errors and I would greatly appreciate seeing your example code if you wouldn't...
June 15, 2011 at 8:20 pm
Very little sleep and data type issues are making me cranky... sorry as well... my bad.
I think I am going to take your point on the fact that mathmatically 0...
June 7, 2011 at 2:43 pm
well... thanks for your thoughts... but there is no need to be insulting.
June 7, 2011 at 2:05 pm
On sort of the same front, why is it when you define a field as decimal(6,6), which means that we only want data on the right side of the decimal,...
June 7, 2011 at 1:26 pm
Andy:
Good thoughts... I will take a look again at the profiler when I get a chance. I did however do exactly that when I was trying to figure this...
March 21, 2008 at 8:24 am
Andy:
I think you are right about the LSN thing... but what is confusing is that if I simply use the backup that was created with the GUI then I can...
March 20, 2008 at 7:50 am
Francisco:
I am not positive about this, however I don't think that you can use the Ip address to qualify the path, I believe that you have to use a DNS...
March 19, 2008 at 10:17 am
Guys:
This is an alternate look at the large tables in a database. Thought it may help.:D
--drop table #tmp
create table #tmp(
[name] varchar(100),
[rows] int,
[reserved] varchar(20),
[data] varchar(20),
[index size] varchar(20),
[unused] varchar(20)
)
insert into #tmp
exec...
March 12, 2008 at 3:19 pm
Guys, I am setting up a DR database and have a question about the distribution database. In our scenario there are already replication publications on the existing server. ...
March 11, 2008 at 11:06 am
Viewing 10 posts - 1 through 10 (of 10 total)