Viewing 15 posts - 16 through 30 (of 34 total)
Also inaccurate. Three years on, and there is still healthy demand for SQL DBA's and good rates - I'm doing OK at the moment.
December 26, 2008 at 6:53 pm
Why not add a second virtual machine to the cluster, run an instance of SQL on each, and have the virtual machines normally on opposite nodes. This way both physical...
May 8, 2008 at 10:53 am
Jeff Moden (5/8/2008)
Sorry for the delay, Neil...No, those don't look like the stats or system generated indexes I was expecting. I don't know on this one... my appologies.
no worries
May 8, 2008 at 5:19 am
Any ideas?
May 7, 2008 at 2:43 am
GilaMonster (5/5/2008)
May 5, 2008 at 1:41 pm
Hi,
The "non-existant" index name is: tIWB0CONT1
The clustered index name is: IWB0CONT1~0
The table name is: IWB0CONT1
It is the database back-end of a SAP system.
Thanks
May 5, 2008 at 6:45 am
If you are getting the message "Another log reader is replicating the database" after you have been trying to mark transactions as replicated, a possible cause is that you have...
February 5, 2008 at 4:50 am
What I mean is what happens if a user runs a select query that returns a lot of data - will the data set be completely cached on the SQL...
January 25, 2008 at 10:50 am
The variable @PKSQL is not used, so just comment it out. Then the script works OK.
DECLARE @IXSQL NVARCHAR(4000) SET @PKSQL = ''
to
DECLARE @IXSQL NVARCHAR(4000) --SET @PKSQL = ''
Then it works...
January 25, 2008 at 4:00 am
thabiso_masina (12/14/2007)
SELECT D1.SID_0COMPANY AS SID_0COMPANY
FROM ...
December 15, 2007 at 11:41 am
TheSQLGuru (12/12/2007)
To the OP: You have spent at least 8 days on this now (posted first on 12/4 - probably worked on it for some time prior to that)....
December 13, 2007 at 12:50 pm
Antares686 (12/10/2007)
December 11, 2007 at 10:12 am
Antares686 (12/10/2007)
December 10, 2007 at 11:05 am
Christian Buettner (12/6/2007)
could you please try to move the joins to where clauses as follows, I would be interested to see what the optimizer does with that:
SELECT[D1].[SID_0COMPANY] AS [SID_0COMPANY]
FROMmdp.[/BIC/FZFIGL_C02]...
December 7, 2007 at 2:53 am
Viewing 15 posts - 16 through 30 (of 34 total)