Viewing 15 posts - 5,566 through 5,580 (of 13,460 total)
additionally, when you append strings together to create commands, you need to include spaces between the words.
'GRANT' || staff_id|| 'TO' || username ||'';
will make a string like "GRANTstaff_idTOLowell"
Lowell
April 22, 2012 at 8:27 pm
Sapen (4/20/2012)
Lowell (4/20/2012)
Lowell
April 20, 2012 at 9:30 am
i thought the catalog view he's refering to in the object Explorer returns the results of sp_tables_ex linkedservername , so whether the linked server is SQL Server, Oracle, mysql, a...
Lowell
April 20, 2012 at 8:55 am
Sapan i thought that the catalog gets populated with only the tables/objects of the default database assigned to the login you are using to connect with...so for example if my...
Lowell
April 20, 2012 at 8:46 am
dakshinamurthy-655138 (4/20/2012)
Hi,Please let me know if this logon trigger which is used to Restrict the connection to several IPs will have performance issues, where the concurrent users are more.
You said...
Lowell
April 20, 2012 at 4:46 am
Gazareth (4/18/2012)
Just had a 1.4TB, (whisper it) MySQL table become corrupt. Wonder how long the repair'll take? :crazy:
OK it's been a whole day already!
How long did the repair take, and...
Lowell
April 19, 2012 at 5:45 am
your role looks fine, so it's got to be that either the individual or the group is in some other roles, like sysadmin roles, that is giving more permissions.
run variations...
Lowell
April 16, 2012 at 3:46 pm
Pink123 (4/16/2012)
Can someone help me with a query to do so.
I am confused about how to...
Lowell
April 16, 2012 at 9:49 am
Pink123 (4/13/2012)
Thanks but if I want to set the update date as some date in past ,how do I do that?
sounds way too much like you are trying to falsify...
Lowell
April 13, 2012 at 1:02 pm
ALTER LOGIN bob DISABLE;
ALTER LOGIN bob ENABLE;
after you've disabled and re-enabled the login, the updatedate will be the moment the last event occurred( the enable)
Lowell
April 13, 2012 at 12:04 pm
there's different ways i can think of offhand.
one is ETL (Extract, Transform, Load); that would typically be export to a file, and an import file pulls the data into the...
Lowell
April 13, 2012 at 11:44 am
the trigger has no WHERE statement, and never references inserted or joins to the remote table...does that remote table only have one row?
is there a realtionship between teh local...
Lowell
April 12, 2012 at 11:44 am
i think i will pass on downloading and running an executable from the internet, thanks.
maybe you could post a link to the source code instead.
Lowell
April 12, 2012 at 11:40 am
Rich Yarger (4/11/2012)
Lowell
April 12, 2012 at 11:28 am
dunno if it matches the table that was posted, but here's the data as a select to show what we are looking for:
I've got a pair of macros for hacking...
Lowell
April 12, 2012 at 10:26 am
Viewing 15 posts - 5,566 through 5,580 (of 13,460 total)