Viewing 15 posts - 586 through 600 (of 790 total)
Hmm ... little bit missunderstanding here, I know the rule that you can work with DB in SQL 2005 and setting the compatibility level 80 for SQL Server 2000 then...
October 12, 2008 at 2:21 am
Or you can try to change the compatibility level 80
try with this code then try to restore in SQL 2k!
USE [master]
GO
ALTER DATABASE [YourDatabaseName] SET COMPATIBILITY_LEVEL = 80
GO
Compatility Level 80 means...
October 11, 2008 at 2:59 pm
anjan.ashok (10/9/2008)
If i grant create table and alter permission, then the user can drop the table i have crosschecked, but if deny createtable and alter table then the...
October 9, 2008 at 12:06 pm
anjan.ashok (10/8/2008)
Thanks buddy
i added to datawriter role and now drop permission is denied.
One more question?
When i tried to create table ,i am getting following error
Msg 2760, Level 16, State...
October 8, 2008 at 1:04 pm
GilaMonster (10/8/2008)
...It would be advisable to go and rebuild them all...
Gila what will you do if you have the table with over 2 million records and after DBCC shrinking rebuilding...
October 8, 2008 at 9:54 am
Garadin (10/8/2008)
Why would you do something like this?
Ok good question couz you no need to change them for execution...are you doing such thing just to see the code more pedantic...
October 8, 2008 at 6:01 am
sanjeev_krs2004 (10/8/2008)
I have never deleted/archived anything from DB but when I ran DBCC shrinkfile command, size of DB has gone down from 80 GB to 45 GB. Could you please...
October 8, 2008 at 3:58 am
very easy ...CTRL+H then you have the options Find What = select ...Replace with: SELECT! then Find Next and you will find all them and if you want replace...
October 8, 2008 at 3:50 am
anjan.ashok (10/7/2008)
hi dugione problem delete permission is restricted but the testuser can drop the table
any idea how to fix this issue?
Maybe you didn't run the script in correct and...
October 8, 2008 at 12:50 am
jcrawf02 (10/7/2008)
Karthik, you were first to suggest it (within this thread anyway). You going to write...
October 7, 2008 at 7:55 am
Jeff Moden (10/7/2008)
October 7, 2008 at 7:23 am
d----- (10/7/2008)
hi kahe laphare mein pada hai be
English only no other language plz!
:w00t::w00t::w00t::w00t::w00t::w00t:
October 7, 2008 at 7:16 am
...I forgot for the type of user... the first post it was for SQL Server user so if you have domain users you should write like this for the user...
October 7, 2008 at 5:43 am
hmmm...did you try to drop any object after the script above ...ok make a test go create TEST db then create 3-4 table then apply again the script that I...
October 7, 2008 at 5:41 am
Till now we have 7 + fuzzy dedupe from Chris Morris ...ooops it seems 8!
1) Splitting delimited values
2) Finding Palindrome
3) Date/Months generation
4) Displaying pyramid format output
5) Identifying the duplicate letters...
October 7, 2008 at 3:08 am
Viewing 15 posts - 586 through 600 (of 790 total)