Viewing 15 posts - 1 through 15 (of 16 total)
On the SQL 2012 server we are hitting:
Developer Edition (64-bit)11.0.2332.0RTM
On the SQL 2008 server we are hitting:
Standard Edition (64-bit)10.0.5770.0SP3
October 3, 2012 at 11:51 am
opc.three (10/2/2012)
It looks like it is...
October 3, 2012 at 11:34 am
opc.three (10/1/2012)
October 1, 2012 at 5:26 pm
opc.three (10/1/2012)
October 1, 2012 at 4:36 pm
Hey!
Well, I figured it out... I guess you need to have:
exit [/b] [ExitCode]
As the last line of the batch file.
Works like a charm!
April 1, 2004 at 3:43 pm
Hey!
Also, the method racosta posted, and the method I posted should produce identical query plans... it just depends on how you want to do it!
April 1, 2004 at 2:16 pm
Hey!
SELECT COUNT( DISTINCT [FieldA] ) FROM Table1
Hope this helps!
April 1, 2004 at 2:05 pm
Hey!
I mean the application administrator uses the app to create the indexes... its not ideal, but thats the way it works.
The people administering the application know nothing of SQL, and...
March 29, 2004 at 3:37 pm
Hey!
They need to create indexes because it is a requirement of the application.
There are hundreds of columns of data, but not all of them can...
March 29, 2004 at 3:07 pm
Hey!
Yeah, I guess we can only do what SQL allows... if we there is no way, then I guess we will have to look at changing what we do for...
March 29, 2004 at 2:55 pm
Hey!
Unfortunately I cant try the stored procedure way, as the code is already written to do the indexing, and it currently uses an account that has full permissions to everything (sa).
March 29, 2004 at 12:42 pm
Hey!
BOL is the first place I looked. From what I read, it doesnt look like you can GRANT index permissions.
Thanks for any additional help!
March 26, 2004 at 6:22 pm
Hey!
OK... I need a user that isnt the owner to be able to create indexes... I added the user to db_ddladmin, but that gived that user way too much power......
March 26, 2004 at 5:33 pm
Well that kind of sucks!
Thanks for the info !
Paul
March 26, 2004 at 1:10 pm
Hey!
We connect from an ASPX web page using SQL Authentication. Its just a typical looking connection string:
server=SERVER1;uid=user_name;pwd=password;database=DATABASE_NAME
Thanks, Ill check out that link right away and see if it applies!
Paul
March 25, 2004 at 10:15 am
Viewing 15 posts - 1 through 15 (of 16 total)