Viewing 15 posts - 871 through 885 (of 1,479 total)
Lowell (8/10/2009)
Note, the length of the data type should...
August 10, 2009 at 7:46 am
If you want that your code will continue to run in case of a runtime error instead of getting to the catch block, you’ll have to delete the catch...
August 10, 2009 at 7:17 am
You can run the select statement bellow that will produce the alter table statements for you. Notice that this will do only part of the job. For example...
August 10, 2009 at 7:12 am
I don’t think that you can use contains to get the same information that you got on your other query that used the like operator. The main problem is...
August 10, 2009 at 6:28 am
This changes the picture completely:-). Express edition doesn’t have DTE as part of the installation. Unfortunately I don’t know about a free tool that does the same...
August 10, 2009 at 2:19 am
The database engine tuning advisor is also called DTE and it is installed with the server. You can activate it from management studio. From the menu you have...
August 10, 2009 at 1:10 am
Jeff Moden (8/9/2009)
August 9, 2009 at 1:32 pm
How do you connect eventide to MeasuerID? Is it only by inserting order? Also how did you get the values for EventMeasureID?
Adi
August 9, 2009 at 6:05 am
I’m sorry, but I can’t understand your request. Pleas take the time to read the article in my signature. The article explains how to post a question...
August 9, 2009 at 5:24 am
You can do it with a comibnation of string functions such as charindex and reverse, but the question is why do you want to do it in the database? ...
August 9, 2009 at 3:49 am
You can shrink the file by using the command DBCC shrinkdb or DBCC shrinkfile (You can read about it in BOL). You can also do it with the GUI...
August 7, 2009 at 4:24 am
I didn’t know that I can get to an element that is not part of the XML that the nodes method produces. Although I’m not the original poster, this...
August 7, 2009 at 2:53 am
If the table is a small table (less then 8 pages), then it is located on shared extent. Shared extent stores pages of few small tables that each one...
August 7, 2009 at 1:46 am
It also depends on the place of living. For example in Israel there is a need to store Hebrew characters without using Unicode, so you can find servers that...
August 6, 2009 at 7:03 am
As far as I know, there isn’t any DBCC REPAIR_ALLOW_DATA_LOSS command. The REPAIR_ALLOW_DATA_LOSS is one of the possible instructions to the server of what to do in case...
August 6, 2009 at 4:01 am
Viewing 15 posts - 871 through 885 (of 1,479 total)