Viewing 15 posts - 3,166 through 3,180 (of 7,503 total)
Thank you all for your replies.
Give me some time to interpret them and check them on this instance.
A little work around I 've done in the mean while, is to...
February 10, 2010 at 11:58 pm
as Grant stated the intersect is meanth to compare two sets of data, based on all columns of these sets.
An inner join result set is only based on the matching...
February 10, 2010 at 12:08 pm
I would prefer to wait for the rollbacks to complete, unless they take way , way to long.
GilaMonster (2/10/2010)
Don't be tempted to restart SQL. If you do that, the rollback...
February 10, 2010 at 12:03 pm
What i meanth to mention is that if you have multi column DRI, you should provide a DRI matching index ( multi column, exact column sequence ) to...
February 10, 2010 at 7:42 am
- Talk to the application support contact person.
- DRI may indeed actually NOT be desired at all.
- Keep in mind, this will need the data feed process to be revised...
February 10, 2010 at 6:52 am
experience .... ehum gut feeling :w00t:
February 10, 2010 at 6:48 am
Invalid "non printable" characters in your script .....
Copy / paste it into e.g. Word and replace the found non-printable characters by a space.
e.g. SQL2000 EM allowed char(13) to be used...
February 10, 2010 at 6:38 am
Did you have a look at http://social.msdn.microsoft.com/Forums/en-US/sqldatabaseengine/thread/2e047054-d816-4798-98aa-82eb9678dde4/
February 10, 2010 at 6:33 am
Gail published a very nice article on managing transaction logs ...
http://www.sqlservercentral.com/articles/64582/
In general we use the same methode as Brad described in his reply.
February 10, 2010 at 6:23 am
Can you provide version info regarding the sqlserver you are trying to connect to ?
- Sql2005 / 2008 ?
- Editon ?
- build no ?
- Can you ping the servername (without...
February 10, 2010 at 2:29 am
you need to stop/start the instance to activate TCP\IP.
So first enable the setting in config manager, then stop and start the sqlinstance.
February 9, 2010 at 12:26 pm
Did you try putting it in a udf ?
February 9, 2010 at 12:23 pm
Been there ..... done that ...:hehe:
Learn to play .... play to learn:w00t:
February 9, 2010 at 12:12 pm
If they doubt it the db is still in use ??? So far for performance 😉
February 9, 2010 at 12:11 pm
- You execute the @SQL1. This runs by its own batch and doesn't know your variable.
- IMO you should just change your Set @SQL1 so it uses
......
February 9, 2010 at 8:08 am
Viewing 15 posts - 3,166 through 3,180 (of 7,503 total)