Viewing 8 posts - 1 through 9 (of 9 total)
Thanks Guys!
I will be modifying what Paul wrote to make is a bit more dynamic and suit what my App needs.
Cheers!
April 3, 2010 at 7:07 am
Paul,
Thanks for your reply. Your way works, but is there a way to have a "OR" in the RegEx?
1234 OR 4444
April 2, 2010 at 6:41 pm
Here is a small example of what I am trying to do...
--*********
declare @String varchar(300)
set @String = 'here is my phone number 1234567890. but my cell is 4444444444, and my work...
April 2, 2010 at 7:46 am
I think what i am going to have to do is create a job that runs every 20 min or so iterating through the db's and checks to see if...
May 8, 2008 at 8:36 am
That worked for a database that is newly created. Is there anything that I could do for databases that are restored from a backup, to super seed the backup...
May 8, 2008 at 8:04 am
Hey George,
Thanks!! That did it.
May 8, 2008 at 8:00 am
Hey Steve,
Databases are created on the fly... Its not as simple as a DBA creating the database and adding the group to db_datareader.
May 8, 2008 at 7:40 am
Try changing the permision on the two folders for RS in IIS to integrated windows authentication only. Then upload your new reports, then change the permision back to anonymous access.
June 20, 2006 at 9:02 am
Viewing 8 posts - 1 through 9 (of 9 total)