Viewing 15 posts - 286 through 300 (of 310 total)
I am aggree with you nothing guarantee that the plan will be there in the next call.
But i am not agree with you that for every sql query a plan...
February 20, 2004 at 6:53 am
I will try to use more closely related SQL Server terms:
Is it better to use (more efficient):
sp_executesql N'SELECT * FROM cust WHERE custId = "BOB"'
Or is it better to use:
February 19, 2004 at 11:45 am
Parameter markers are not limited to be used only with stored procs.
Here is an extract of what can be found in BOL about parameter markers:
"
Parameter markers are not limited to...
February 19, 2004 at 6:16 am
Thank's a lot Steve...
If I have time to experiment it I will post my observations here.
Have a nice weekend.
Carl
February 13, 2004 at 11:34 am
Thanks for your suggestions dcpeterson but we don't want to add an overhead.
I would have thought that a setting would have made it possible to modify this behavior at the database server level.
Best...
February 6, 2004 at 10:52 am
Ok thank's Frank,
Bye the way my english is not very good so the expression "Oracle world" should not be mis-interpreted.
Best regards,
Carl
February 5, 2004 at 1:05 pm
Hello Steve,
In the SQL Server world '' is not NULL but in the Oracle world it is.
I try to find a way to make them behaves the same.
For us it is the rigth behavior...
February 5, 2004 at 10:35 am
Thank's for your replies Tymberwyld, all of this is related to the way our own database acces layer is implemented.
Best regards,
Carl
January 27, 2004 at 8:55 am
Our concern is not about the decrease of performance related to the numerous connection needed.
Our concern is more about locking issues: If I open SqlDataReader on one table because I...
January 27, 2004 at 8:35 am
Yes but how to tell the os to not recreate it each time the server restart?
Is it by just giving it an initial size and max size (equals)?
Thank's
Carl
January 20, 2004 at 10:58 am
How (and where) can it be set at the os level that the pagefile is not recreated each time the server restart?
Thanks
Carl
January 20, 2004 at 10:00 am
Thomas,
I wasn't aware of that:
"The reason is, the O/S will recreate the pagefile when it is restarted, or dynamically size according to needs. Many, many O/S operations use this file,...
January 16, 2004 at 3:45 pm
Hello Listers,
Why don't let the paging file at its default value at my sens a server on which SQL Server is installed should not swap at all.
No?
Thank's
Carl
January 16, 2004 at 2:00 pm
Yes we already have a primary key on that table. The primary key is on one column and this column is not in the list of the column involved in...
December 23, 2003 at 1:55 pm
Viewing 15 posts - 286 through 300 (of 310 total)