Viewing 15 posts - 571 through 585 (of 761 total)
No Problem. I haven't personally had these problems yet. Just wanted to know. 🙂
April 27, 2012 at 10:56 pm
Jeff Moden (4/27/2012)
vinu512 (4/26/2012)
But the requirement is that I do not need the Names as a "Set". I need them separately(one by one), so that I can use them further.
By...
April 27, 2012 at 6:42 am
Gail is right....Scan count != number of time a table is scanned.
As per Books Online, Scan Count is: Number of index or table scans performed.
Scan count is 0 if...
April 27, 2012 at 6:26 am
GilaMonster (4/27/2012)
vinu512 (4/27/2012)
ESAT ERKEC (4/27/2012)
perf1: Scan count 0, logical reads 23, physical reads 0, read-ahead reads 0, lob logical reads 0, lob...
April 27, 2012 at 6:20 am
Sorry...didnt see your second post carefully.
In your first post you wrote:
perf1: Scan count 0, logical reads 23, physical reads 0, read-ahead reads 0, lob logical reads 0, lob physical reads...
April 27, 2012 at 6:19 am
Is the result set returned by both the queries the same???...There must be conditions in the Where Clause....are they same in both the queries???
April 27, 2012 at 6:14 am
ESAT ERKEC (4/27/2012)
perf1: Scan count 0, logical reads 23, physical reads 0, read-ahead reads 0, lob logical reads 0, lob physical reads...
April 27, 2012 at 5:39 am
Yes, Sql Server Express Edition comes without the tools...thats why I was asking which Edition.
April 27, 2012 at 5:31 am
+1
The Error is:
'average' is not a recognized built-in function name.
But I can't see 'average' anywhere in your query.
April 27, 2012 at 5:21 am
1.
Suppose you have an application which connects to database DB1 on Server S1.
Now, your application needs some data occasionally (no huge number of transactions) from another database DB2 that is...
April 27, 2012 at 5:16 am
April 27, 2012 at 3:40 am
The package cannot be loaded from a 64-bit SQL Server.
This is a mismatch between the SQL Server and the Integration Services Module.
I think that your SQL Server is 64bit but...
April 27, 2012 at 3:35 am
imex (4/27/2012)
Hi,I do not know if I understand correctly but try this:
Set @c = @a * 1000 + @b;
Hope this helps.
Yes. If you want "@c" to be calculated then you...
April 27, 2012 at 12:39 am
Viewing 15 posts - 571 through 585 (of 761 total)