Viewing 15 posts - 16 through 30 (of 35 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.
http://90.212.51.111 domain
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...
http://90.212.51.111 domain
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
http://90.212.51.111 domain
May 8, 2008 at 5:19 am
Any ideas?
http://90.212.51.111 domain
May 7, 2008 at 2:43 am
Thanks
http://90.212.51.111 domain
May 5, 2008 at 3:56 pm
GilaMonster (5/5/2008)
http://90.212.51.111 domain
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
http://90.212.51.111 domain
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...
http://90.212.51.111 domain
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...
http://90.212.51.111 domain
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...
http://90.212.51.111 domain
January 25, 2008 at 4:00 am
thabiso_masina (12/14/2007)
SELECT D1.SID_0COMPANY AS SID_0COMPANY
FROM ...
http://90.212.51.111 domain
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)....
http://90.212.51.111 domain
December 13, 2007 at 12:50 pm
Antares686 (12/10/2007)
http://90.212.51.111 domain
December 11, 2007 at 10:12 am
Antares686 (12/10/2007)
http://90.212.51.111 domain
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]...
http://90.212.51.111 domain
December 7, 2007 at 2:53 am
Viewing 15 posts - 16 through 30 (of 35 total)