Viewing 15 posts - 2,656 through 2,670 (of 7,164 total)
MyDoggieJessie (12/21/2012)
John Mitchell-245523 (12/21/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 21, 2012 at 9:10 am
Sanity check before you change anything. You are trying to connect to MAINPC\SQLExpress through SSMS 2012, corrrect? Have you verified SQL Browser service is running?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 21, 2012 at 9:08 am
For $ I would recommend an exact numeric data type with the scale you need to satisfy your accounting requirements.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 21, 2012 at 9:06 am
BenWard (12/21/2012)
ah cool. Good to know I'm not abusing the udf 🙂
well...2000 function calls x 13 months of data per report, while not the typical abuse-pattern, in some circles it...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 21, 2012 at 7:26 am
What exactly does your .tbl file contain and by "execute" do you mean "import"?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 21, 2012 at 7:07 am
No worries. You're doing fine with the use of Scalar UDFs. The way you are using them is actually the only way I support their use. I just do not...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 21, 2012 at 7:04 am
Not unless you can deserialize the object using a SQLCLR object to review its properties, which I highly doubt. There is no native Java capability in SQL Server that would...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 21, 2012 at 6:40 am
Comparing FLOAT and REAL to DECIMAL and NUMERIC is not really fair. The former are approximate numeric data types and the latter are exact numeric data types. I am leaving...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 21, 2012 at 6:33 am
32-bit? Did you enable AWE?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 21, 2012 at 6:17 am
The CTE syntax itself does not require a leading semi-colon. Rather the preceding statement must be terminated with a semi-colon.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 21, 2012 at 6:16 am
Did you install Express Edition?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 21, 2012 at 6:11 am
BenWard (12/17/2012)
I have a database used for reports that has a bunch of scalar functions on it that generate assorted record counts etc. Scalar functions we know are inefficient but...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 21, 2012 at 6:05 am
Regular views offer nothing from a performance standpoint. Views are simply replaced by their definition in the query submitted for execution and then optimized as if the query submittor had...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 21, 2012 at 5:58 am
Locking pages in memory is definitely something to consider enabling if you are seeing Windows trim the working set from SQL Server. If this were happening you would see sudden...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 21, 2012 at 5:42 am
Have you updated your statistics recently on both databases? If statistics are up to date on one and not the other SQL Server can generate or pick different execution plans...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 21, 2012 at 5:31 am
Viewing 15 posts - 2,656 through 2,670 (of 7,164 total)