Viewing 15 posts - 16 through 30 (of 107 total)
But there is a question: how do I check the recompilation time? because in profiler I don't have an option for duration for this. I verified until now the duration...
May 25, 2009 at 5:29 am
Unfortunately I don't really know the logic of the sp.It's the first time I see most of the big ones, and this is one.
About the recompiling the problem is that...
May 25, 2009 at 2:54 am
I found an article that says : : The KEEP PLAN query hint changes the recompilation thresholds for temporary tables, and makes them identical to those for permanent tables
Should I...
May 25, 2009 at 2:11 am
Another question. If the information in one of the table in the sp is updated pretty often, like few hundreds in an hour, is this a possible cause for recompilation?...
May 25, 2009 at 2:03 am
I tried what you said and I get the same error.It means that is over.. :-), unfortunately.Any other "methods"? even if they are more destructive.
Thanks for the response
May 20, 2009 at 4:37 pm
Ok
I really didn't know how to deal with this, and I'm glad I know the answer
Thanks a lot
May 14, 2009 at 7:03 am
aha...ok...
So, it's there a way to make them look alike?because I want them to be the same structurally, when I compare them with Apex Sql to see no difference.Is this...
May 14, 2009 at 1:54 am
Yes, it's right what you say, but my field is not mandatory, it only shows me that some persons have or not have a certain attribution. I also have persons...
April 30, 2009 at 9:02 am
i did the "isnull" solution and it is working
the question now is : is this the best...the most professional solution?
or to verify separate : value and null value?
April 30, 2009 at 5:44 am
and if the space is reused, at the first transaction the size of the log will be minimal or it will be constant the size before the backup.And if I...
April 27, 2009 at 9:28 am
So
The initial database was prety big. It contained persons and information for this persons.
In 2 tables we had lots of information, so these two tables and the sp that use...
April 6, 2009 at 9:24 am
I'll read Gail's article and see some things because my lack of knowledge is making me ask some silly questions. I think I didn't understand some things...so I will read...
March 19, 2009 at 10:29 am
the table looks like this:
CREATE TABLE [Mt_Anag]
(
[Anag_Id] [uniqueidentifier] NOT NULL,
[Cedacri] [bigint] NOT NULL,
[Ruo_Id] [uniqueidentifier] NOT NULL,
[Niu_Id] [uniqueidentifier] NOT NULL,
[Data_Censimento_Host] [datetime] NULL,
[Stato_Censimento_Host] [tinyint]...
March 19, 2009 at 10:21 am
So....
The table contains person information and it looks like this
column1 uniqueidentifier,
column 2 bigint,
column 3 varchar(30),
...
column 12 decimal(18,2)
from column 3 to 12 there are columns that contain data, int,decimal or char
column2...
March 19, 2009 at 9:52 am
As I sad I haven't worked with logs, so if I make a backup to a log....is it the same as working with a database....I will have to restore it,...
March 19, 2009 at 8:58 am
Viewing 15 posts - 16 through 30 (of 107 total)