Viewing 15 posts - 36,511 through 36,525 (of 39,720 total)
There is no way to do this for SQL except by backtracking the transaction logs with something like Log Explorer.
Steve Jones
February 13, 2003 at 1:14 pm
If you want to maintain a single code base, then you ahve to do that. You need a standard projcet in CVS/VSS/PVCS/whatever from which people check out code and work...
February 13, 2003 at 10:28 am
Burthold has it right. Unless you are using unauthenticated users, like from teh Itnenret, you are ok. Assuming you are already licensed.
Steve Jones
February 13, 2003 at 10:21 am
Burthold has it right. Unless you are using unauthenticated users, like from teh Itnenret, you are ok. Assuming you are already licensed.
Steve Jones
February 13, 2003 at 10:21 am
February 13, 2003 at 10:14 am
Thanks for the update. Will have to keep that in mind.
Steve Jones
February 13, 2003 at 10:09 am
I've gone back and forth on documenting code and I've kind of some to the conclusion that if someone is reading my object code (in SQL), I've got to assume...
February 12, 2003 at 5:23 pm
Thanks for the docs. I've got the similar philosphy. After working in this business for 13 years, MS has great support. I usually only call when it's a weird situation...
February 12, 2003 at 5:21 pm
For the SQL start, you can code a procedure that will send you the message and then mark this as a startup procedure. I'd use email in case your computer...
February 12, 2003 at 5:17 pm
ANSI standard. and habit. Helps to clarify for me. You can drop it if you wish.
Steve Jones
February 12, 2003 at 11:36 am
I think you might need to escape the single quote. Try a replace('''', '''''') around the @idoc.
Steve Jones
February 12, 2003 at 11:34 am
Agree with the last post on that one. Better to setup a backup job. depending on AutoClose isn't a reliable option.
Steve Jones
February 10, 2003 at 9:47 am
dual doesn't work in SQL Server.
select 'pick a schema', ''
union
select col1, col2 from my_table
Steve Jones
February 7, 2003 at 3:03 pm
Never used the $99 option. In my last job, I used the $250 option, one was a bug, no charge, one was help fixing corruption.
At this job, we're a Premier...
February 7, 2003 at 3:01 pm
Viewing 15 posts - 36,511 through 36,525 (of 39,720 total)