Viewing 15 posts - 46 through 60 (of 251 total)
Interesting Michael, by not letting your developers use views, you do kind of
keep their hands tied as far as being able to not run an open ended query, but...
March 22, 2003 at 7:57 pm
Guard I think I did you a disservice by misunderstanding your initial question, and going off post with my answers. I apologize. As to your question I have seen a...
March 22, 2003 at 7:31 pm
Ok, you can join a table UDF to a query. Try this :
USE PUBS
GO
IF EXISTS (SELECT *
FROM sysobjects
...
March 21, 2003 at 4:10 pm
It's a joke, well not really anymore with the economy the way it is. If anyone
sees a 6'3 300lb man out on the side of the freeway holding a...
March 21, 2003 at 3:47 pm
I see said the blind man. Interesting issue. How do you store the permissions? Can you post the DDL? I have never tried to do row permissions...
March 21, 2003 at 3:26 pm
Will post it in a sec. Searching for it right now.
Tim C.
//Will write code for food
March 21, 2003 at 3:04 pm
based upon from BOL :
quote:
Bit (dec) Bit (hex) Statement permission1 0x1 SELECT ALL
2 0x2 UPDATE ALL
4...
March 21, 2003 at 2:55 pm
quote:
tcartwrightare you talking that at functional level I will create an XML file and then I will openxml in stored procedure...
March 21, 2003 at 1:43 pm
You don't want to use : PERMISSIONS() from T-SQL?
Tim C.
//Will write code for food
March 21, 2003 at 1:28 pm
quote:
You're just trying to show off...
LOL, no, I actually like to share my...
March 21, 2003 at 12:53 pm
My function lets you script all objects OR all objects of a specific type. Example :
object.ScriptDb "DB", "D:\SQL", , , TssSQLDMOXfrFile_SingleFile
generates all the objects with the default options in a...
March 21, 2003 at 12:16 pm
I have a com object that I wrote that encapsulates DMO that does this very thing that I can email to whomever wants it. Also Bill Wunder has a DDL...
March 21, 2003 at 12:03 pm
No its not a definite no, but using xml template queries I am not sure how
else you could do the sort. If using a stored proc, you could pass...
March 21, 2003 at 11:42 am
EXEC sp_MSforeachdb @command1 = "PRINT '/*CHANGING ? OWNER TO SA*/'",
@command2 = "EXEC ..sp_changedbowner 'sa'"
Tim C.
//Will write code for food
March 21, 2003 at 9:44 am
quote:
(3) DNS reverse lookup only works if the following is true. One, the client is connecting with the actual system name....
March 21, 2003 at 9:33 am
Viewing 15 posts - 46 through 60 (of 251 total)