Viewing 15 posts - 1 through 15 (of 253 total)
I can't say for certain, but I believe it only applies to the GUI in essence. It will have SOME generic other advantages since this data is ultimately being stored...
October 30, 2006 at 8:44 am
The intent isn't for the backup version to be executable. In fact, prior to making modifications it already is broken. I just "need", so to speak, a backup of the...
September 8, 2006 at 6:47 am
THANKS!!!!!!!!!!!
This was exactly what I was hoping to find! I got very lucky in that one of our new hires just happened to have that book. For everyone else, xp_setpriority...
May 23, 2005 at 8:08 am
That was the answer I basically expected. And I can't find what I was reading that I thought mentioned it being low priority. It may not have been BOL and...
May 20, 2005 at 7:52 am
Did you click the "Show step details" button and highlight the step that failed?
If you edit the job, edit the step that is failing, and switch to the Advanced tab,...
April 11, 2005 at 2:47 pm
I might have missed something, but can't you just select all the stored procedures (CTRL-A) from within EM for a database, right click, Generate SQL Script, uncheck both the CREATE...
April 8, 2005 at 1:09 pm
I am going to assume that ID_rec is the key for the MED_Progress table and that "ID_rec, RecordDate" is the key for the incPRE_Med_Progress table. If the link between the...
April 5, 2005 at 9:03 am
This is basically what I referred to in my earlier post. It can also accomodate other punctuation if you add replace statements for them. Basically, step one is to convert any...
April 5, 2005 at 8:18 am
There might be a better way, but I don't know of a SQL Server function to auto-detect numeric format type. In this situation (I'm no expert on international numbers) you...
April 4, 2005 at 3:42 pm
If the stored procedures are working on the entire view results then you can't really do too much. If there is a WHERE clause then the following should work a...
April 4, 2005 at 3:37 pm
SET ANSI_CAUTIONS OFF
Too bad that didn't work either.
The only thing I can come up with is to use OLE/ActiveX/COM+ to launch osql from within your script to execute the rename....
April 4, 2005 at 3:14 pm
That may be your only decent option if your where clause is based on expressions in the view (forcing it to resolve the whole view prior to filtering rows), but...
April 4, 2005 at 2:59 pm
Apparently there are no unique constraints (such as a primary key) on the table? Unless that is true, it seems to me based on what you said that the number...
April 4, 2005 at 11:21 am
Pulled from the following link: http://www.karaszi.com/SQLServer/info_generate_script.asp
The SQLDMO API (DDL only)
The scrip generation code used by Enterprise Manager and Query Analyzer is available for us to use in the...
April 4, 2005 at 10:09 am
I think I followed it. As a baseline, check out BOL. Go to the Index tab, look up "triggers" and then the "multirow" subcategory below that. Given that, I think...
April 4, 2005 at 9:47 am
Viewing 15 posts - 1 through 15 (of 253 total)