Viewing 15 posts - 466 through 480 (of 609 total)
I would like to put any sql statements which should give me dynamic sql of those statements
September 9, 2009 at 5:17 pm
yes that is what my script does in the 4th part for which i am not worried but i would like to know how can i implement forst 3 steps...
September 9, 2009 at 7:52 am
Also I would like to know if there are any dis advantages by managing security from a web page out of sql server.
September 9, 2009 at 7:06 am
I have a script which i want to run from the same stored procedure which locks some tables in the database which contians sensitive data.
Can you let me know how...
September 9, 2009 at 7:00 am
Actually i tried all 3 ways and also killed but it didnt roll back, just killed the session.
September 8, 2009 at 10:58 am
Not yet, its been 4 days but still doing the shrink with no gain of space till now but i have to stop it and start backing up the database...
September 8, 2009 at 8:20 am
The main reason for the shrink is i had to delete un used records of nearly a billion and so want to check how much space i have saved and...
September 8, 2009 at 7:24 am
I have deleted so many records for which i am expecting atleast 100gb space back and i am interested to know the reason why it takes so longer.
September 6, 2009 at 2:01 pm
Is there a way i can check if i have all the indexes in a database through a query. I have 34 indexes in all the databases which is consistent...
September 2, 2009 at 7:17 am
I think if the application is MSMS Query then i can get some text result for the above query but for this user ther application used says " Microsoft SQL...
August 31, 2009 at 2:53 pm
I am looking for all obejcts(tables) in the database, I already have default trace job setup in sql 2005 which runs every 15min and records it to the table but...
August 28, 2009 at 6:05 am
in that case i think i have to change parameter to
alter fnEmp
(
@empid vatchar(5)=null
)
right?
August 17, 2009 at 10:06 am
I got the same error and tried different options for protectionlevel but failed with same error.
i tried serverproperty and dont save sensitive but still failed.
August 14, 2009 at 7:52 pm
Viewing 15 posts - 466 through 480 (of 609 total)