Viewing 15 posts - 4,051 through 4,065 (of 6,486 total)
don't MAKE me whip out a CLR UDF for regex....:)
March 19, 2008 at 12:25 pm
praseodymiumm (3/19/2008)
Man, I feel like such an idiot. I didn't realize that's what my code looked like. When I saved it, it looked "well defined".Lesson learned. Thanks!
By the way...
March 19, 2008 at 12:24 pm
You want to look up "Dynamic SQL" in Books Online. It will get you there.
The two big commands you want to look at are EXEC and sp_executeSQL.
March 19, 2008 at 12:21 pm
lovestorya1 (3/19/2008)
and what will happen if he have its own sql server wich has admin login and attach my mdf file??????????????
Then he can change permissions to whatever he wants....
March 19, 2008 at 12:16 pm
Agreed - I don't think this was badloy worded, especially keeping in mind that wording a question so that the answer is essentially given to you defeats the purpose. ...
March 19, 2008 at 12:13 pm
hehe...I see Romper room is in session again....:)
I'd comment, but there are so many topics going....I think I'll just go sit in the corner, suck my thumb and watch the...
March 19, 2008 at 11:45 am
Jeff Moden (3/19/2008)
That's going to be a BIG-looking SSIS
I figured that much out... I remember how big something like this got in DTS... that's why I was taking the T-SQL...
March 19, 2008 at 11:36 am
All right- if you're hard-core about wanting to use SSIS:
1. You're going to need to read up on file-system tasks and foreach tasks (so that you can "loop" on each...
March 19, 2008 at 11:23 am
antonio.collins (3/19/2008)
March 19, 2008 at 10:29 am
Joshua - from the question itself:
You are testing an application role in SQL Server 2005. You connect with SSMS, invoke the role, and then execute various queries and stored procedures
You...
March 19, 2008 at 10:13 am
antonio.collins (3/19/2008)
March 19, 2008 at 9:52 am
If you prefer the convert (since it gives you more control over the format) - try:
select convert(datetime,'03/18/2008 13:12:29 ',101)
Looks to be the format you're wanting
March 19, 2008 at 9:43 am
I have a feeling you may need to split off the EDT from the rest, and somehow convert that (if need be) to a +/- hours from GMT. The...
March 19, 2008 at 9:39 am
Does each file only have one of these policies in it, or does it have a repeating pattern of these?
I take it you have zero control over how...
March 19, 2008 at 9:30 am
Tony - any way to get MUMPS to "dump" that data out to a text file? How long does that take? Some of the ODBC implementations just were horrible...
March 19, 2008 at 8:39 am
Viewing 15 posts - 4,051 through 4,065 (of 6,486 total)