Viewing 15 posts - 61 through 75 (of 112 total)
irobertson (10/19/2010)
October 19, 2010 at 10:12 am
irobertson (10/19/2010)
This is probably due to your use of a computed column. From BOL:
The KEY INDEX must be a unique, single-key, non-nullable column
Your computed column is non-deterministic (even though it's...
October 19, 2010 at 9:49 am
please post the entire query, and if possible some sample data
October 14, 2010 at 8:03 am
I was hoping I would be able to pull something with event notification but I can only create it with server-wide scope, which is a no-go. I'll study further the...
October 4, 2010 at 3:04 pm
Derrick Smith (10/4/2010)
I take it there's no way for you to just explicitly deny select on any tables you don't want...
October 4, 2010 at 2:17 pm
GilaMonster (10/4/2010)
dant12 (10/4/2010)
I want to save to a table, I can't because the SP_TRACE_CREATE doesn't let me
No, you absolutely do not. Not unless you want to cripple performance. Tracing to...
October 4, 2010 at 2:01 pm
Craig Farrell (10/4/2010)
dant12 (10/4/2010)
Our application database is usually managed by us.
This new client doesn't want us managing the database and we don't want him running any selects around. It is...
October 4, 2010 at 1:56 pm
Derrick Smith (10/4/2010)
Would saving it to a file be a better option?
Literally your only option here is to run...
October 4, 2010 at 1:29 pm
Craig Farrell (10/4/2010)
dant12 (10/4/2010)
What would be the easiest way to audit usage of a single database by a specific user, without creating a server-wide trigger?Assume sql server 2008 enterprise
Easiest? ...
October 4, 2010 at 1:09 pm
Jeff Moden (9/15/2010)
Jeff Moden (8/3/2010)
dant12 (8/2/2010)
September 16, 2010 at 7:36 am
HowardW (8/31/2010)
August 31, 2010 at 1:13 pm
heres the VB code
<Microsoft.SqlServer.Server.SqlFunction(Name:="UF_DAYS", _
SystemDataAccess:=SystemDataAccessKind.Read, DataAccess:=SystemDataAccessKind.Read)> _
Public Shared Function FRAMINGDAYS(ByVal ID As Integer, <SqlFacet(maxsize:=500)>...
August 9, 2010 at 7:52 am
i agree the design is flawed but its one of those things that has always been there (way before i entered the company) and too much has been built on...
August 5, 2010 at 5:55 pm
we have a table that stores a formula in T-SQL form in a column and that needs to enter in a T-SQL query, the only way to it on T-SQL...
August 5, 2010 at 3:56 pm
actually that is the expected output, you can try setting it all to upper and adding extra spaces, dots
August 3, 2010 at 10:49 pm
Viewing 15 posts - 61 through 75 (of 112 total)