Viewing 15 posts - 301 through 315 (of 321 total)
I'm a developer. I think they would understand if you told them to just do it for readability. With a decent editor you don't have to type the column names...
January 25, 2008 at 3:06 pm
You might try scripting all of your procs to a single file. Include DROPs when you are setting it up. Then put a BEGIN TRANSACTION at the top of the...
January 23, 2008 at 12:53 pm
I think the actual script should have some hints in it. Why don't you post it?
Tom Garth
January 17, 2008 at 4:53 pm
The following may or may not help, but it is excerpted from 2005 BOL.
To create or manage maintenance plans, you must be a member of the sysadmin fixed server role....
January 10, 2008 at 7:15 am
Without more details, I'll have to give you a generalized response. Never suspect a bug. Always remember "Garbage In - Garbage Out".
Your procedure is okay when YOU run it in...
January 1, 2008 at 3:47 pm
Modify as required.
SELECT * FROM
OPENROWSET(
'Microsoft.Jet.OLEDB.4.0',
'C:\Program Files\Microsoft Office\Office12\1033\DBSAMPLE.mdb';'admin';,
--[Organization Chart Data]
[Office - Card Details]
)
Tom Garth
January 1, 2008 at 3:36 pm
If you have purchased the 2005 Standard Edition, then uninstall the Express Edition's Management Studio, and install the Standard Edition's Management Studio.
Tom
January 1, 2008 at 2:25 pm
I want to make sure there is no confusion about what I just said.
You can certainly create-alter-drop tables, views, indexes, procedures, and etc. with QA. You just can't get QA...
December 28, 2007 at 9:38 am
With QA, you can see the standard set of objects in the Object Explorer, and some actions are still possible because of the backwards compatibility for the old system views...
December 28, 2007 at 9:33 am
That is all pretty good stuff, and most, I didn't know.
I still use SQL Query Analyzer as my primary editing tool, and will continue to do so. I have even...
December 24, 2007 at 7:38 am
I don't know about the unqualified reference, but I do know that the 'deleted' temp table frequently contains rows that are NOT really being deleted, like during updates.
Why wouldn't you...
December 14, 2007 at 7:47 am
At the bottom of the Question / Answer page is a dropdown allowing us to specify how many questions to display on the page. Can we get a number lower...
December 13, 2007 at 12:01 pm
Congrats Steve. A terrific discussion, especially the most recent part of it.
When it's all done, perhaps you could get people talking about time estimates. There's an issue I often have...
November 22, 2007 at 8:45 am
R L Reid
I'll take us in a slightly different direction.
...and just when we had it all figured out, we were told that our reasoning had no depth.
Tom Garth
November 21, 2007 at 11:09 am
Viewing 15 posts - 301 through 315 (of 321 total)