Viewing 15 posts - 11,521 through 11,535 (of 18,923 total)
What Dylan said
.
I might add that this is most often used for "complex" search forms where any number of parameters can be entered.
October 19, 2006 at 11:08 am
This command is your new best friend ![]()
DBCC UPDATEUSAGE (DbName)
Then refresh the data displayed in EM (you MUST manually hit a refresh button for...
October 19, 2006 at 6:54 am
Is this related to this question or is this a new question all together?
October 19, 2006 at 6:41 am
I would go as far as saying that the queries reading from syscomments would make the app fail right there, but that's another story...
October 19, 2006 at 6:39 am
I'm sorry to say that I forgot most of the messages I posted over the years... only the logic and knowledge remains. But I do remember quite a few new...
October 18, 2006 at 3:12 pm
remove j.name like 'myjobnamepart%'
and try setting days ago to 1 or 14
October 18, 2006 at 1:53 pm
Probabely means that the log file was full and that after 30 seconds, the resize still wasn't finished.
As suggested, try manually setting a bigger size (like the maximum needed size...
October 18, 2006 at 1:23 pm
It makes the concatenation work easier. You don't have to check if a condition has been set before adding another conidtion dynamically. Query wise, that condition is checked...
October 18, 2006 at 1:00 pm
Or you can create a 2nd column called version. Update the name and the version with and update query, then manually update the rows such as photoshop. Then update the application...
October 18, 2006 at 9:44 am
I don't mind for a single script. But it was hard to figure out the difference when they were not side by side
.
October 18, 2006 at 9:29 am
I'm glad to informa you that Microsoft already thaught of that problem. If the text size goes beyong 4000 characters, a new row is inserted in SysComments to make sure...
October 18, 2006 at 8:47 am
I'll add to that that you may be able to merge some updates together so that you don't update for exemple, the same table with 4 statements, but only with...
October 18, 2006 at 8:29 am
So your boss wants you to redesign sql server. I think your time would be better spent doing something else... something doable and usefull.
Also this would definitly void any further support...
October 18, 2006 at 8:16 am
Viewing 15 posts - 11,521 through 11,535 (of 18,923 total)