Viewing 13 posts - 31 through 44 (of 44 total)
Hiya,
Thanks for your prompt response.
Point taken about the data and clarity of my question.
My aim is to populate the countycode column of table my.ipaddresses by looking up the ipnumber from...
April 12, 2010 at 6:29 am
running sql 2008 enterprise and this script fails 🙁
it repeats the message >
Msg 208, Level 16, State 1, Line 1
Invalid object name 'tablename'.
for each one of my tables....
I believe you've...
March 11, 2010 at 2:17 am
the answer is I and II , not II and III.
does anyone audit these questions? i want my point (joke) 🙂
March 9, 2010 at 3:13 am
I've successfully used VB.NET CLR functions to replace TSQL Scalar functions.
2 instances where it works well are >
1) Conversion of String IP Address data to numeric form (and back)
2) Extraction...
December 11, 2009 at 8:45 am
The accounts listed in my first post are present on servers, i'm trying to reduce them to just those absolutely necessary.
Basically I want to simplify the security model.
r
September 6, 2009 at 3:42 pm
did anyone ever solve this?
having the same issue here
rich
July 20, 2009 at 10:14 am
an excellent observation.
it's actually just highlighted a developer who has permissions she shouldn't 🙂
the sql authenticated user i am connecting with does have sysadmin priviledges, though doesnt have the coloured...
December 4, 2008 at 5:38 am
thank you for all of your input.
the reason for shrinking was to get it over to an old instance with inadequate disk space (development server).
The db size is actually much...
December 1, 2008 at 2:50 pm
thank you both very much for your input
rgds
r
September 16, 2008 at 6:36 am
thank you for your speedy reply Gail 🙂
So if i change >
Select columns from tables where id = 3
into
usp_simpleselect @id=3
would there be multiple queryplans for usp_simpleselect @id=3 , usp_simpleselect @id=7,...
September 15, 2008 at 3:57 am
Bit of feedback for you, the script doesnt work if you have a 'uniqueidentifier' column >
Msg 206, Level 16, State 2, Line 1
Operand type clash: int is incompatible with uniqueidentifier
r
July 25, 2008 at 5:16 am
I like writing and do so in the form of blogs, music reviews etc on the web. I keep a technical blog as a braindump of stuff i've done as...
May 9, 2008 at 1:21 am
I've tried a trigger for the all encompassing 'DDL_DATABASE_EVENTS' but that didnt fire 🙁
May 7, 2008 at 10:10 am
Viewing 13 posts - 31 through 44 (of 44 total)