Viewing 15 posts - 14,101 through 14,115 (of 14,953 total)
The regex won if the pattern had text in between separate numbers, and you wanted that simply removed, the last function I proposed won if not.
The example I used was...
April 21, 2008 at 8:04 am
Access forms can directly connect to a table-value function. You don't need the view in between. You can even put the input parameters in the form definition.
In the...
April 21, 2008 at 7:57 am
Roy Ernest (4/21/2008)
SELECT blah
FROM blah
WHERE IsValid = 1
...
April 21, 2008 at 7:45 am
IDs will work well here. PersonID and TownID should be "int identity" data type, and should be the primary keys for those two tables.
(By the way, what Sam is...
April 21, 2008 at 7:37 am
I might be missing something, but why have single-quotes around the column names in your insert statement?
I copy-and-pasted your code in Management Studio (I don't have a copy of Query...
April 21, 2008 at 7:31 am
Robert (4/21/2008)
Depending on data and queries, an indexed view could be a perfect solution.
Since an indexed view is, fundamentally, a separate table, that would work. I'd go with a...
April 21, 2008 at 7:17 am
Oberion (4/18/2008)
April 21, 2008 at 7:15 am
itsme_dev08 (4/21/2008)
I tried out the example to create a recursive query(Sample 1)...i get the following error when I run the script :
Msg 156, Level 15, State 1, Line 1
Incorrect...
April 21, 2008 at 6:58 am
If I'm not mistaken, openrowset can write to a file as well as read from it.
April 18, 2008 at 3:33 pm
david.tyler (4/18/2008)
April 18, 2008 at 3:32 pm
First, there are questions to be asked about the purpose of the auditing. How will it be used?
If it's meant to provide legally defensible audit trails, which might end...
April 18, 2008 at 3:26 pm
john.racer (4/18/2008)
Any Ideas on how to incorporate into historical views?
Not sure what you mean. What are you looking at doing with the historical view?
April 18, 2008 at 2:50 pm
Can't help you on that one. I didn't know there were different versions of the Options module for different versions of Management Studio. Maybe someone else can point...
April 18, 2008 at 2:47 pm
Oberion (4/18/2008)
write a code to check for duration of a query and if it doesn't match a certain group of users, that spid is killed. ...
April 18, 2008 at 2:43 pm
Viewing 15 posts - 14,101 through 14,115 (of 14,953 total)