Viewing 15 posts - 57,976 through 57,990 (of 59,048 total)
To summarize your request for a view to simply reject those things where "somecolumn" has things in it besides numeric digits...
CREATE VIEW dbo.someviewname
AS
SELECT somecolumns...
July 20, 2006 at 6:52 pm
Ummmm.... press the {f8} function key...
July 20, 2006 at 6:43 pm
Thought I'd throw one of my own into the circle...
If you don't have a "Tally" or "Numbers" table, now is as good a time as any to make one. A...
July 20, 2006 at 6:24 pm
Jacques,
I'm not sure how your example helps because the cpu time you produce is for the entire server, not an individual spid... as you said about simple elapsed time, if...
July 20, 2006 at 5:30 pm
I have to admit... I've never seen an ideally designed database
(usually, too many cooks in the design with too little knowledge, you know...
July 19, 2006 at 7:01 pm
I'm thinking that's likely true because, as someone else pointed out, the TEMPDB database is set to the "SIMPLE" recovery mode. However, most other operations on temp tables are logged......
July 19, 2006 at 6:29 pm
If I understand the problem correctly... this might be a good job for a trigger.
July 17, 2006 at 8:16 pm
... of course, there are no possibilities when you don't respond to the people trying to help. ![]()
July 17, 2006 at 7:14 pm
Does anyone have a Microsoft reference or test code to support that one? I'm kinda in the "Myth Buster" mode at work about Temp Tables and Table Variables... anything you...
July 16, 2006 at 9:56 pm
Simple obfuscation using Exclusive-OR is fine for keeping the honest man honest...
But one of the first things hackers do on an SSN column is something like this...
1. Take a...
July 16, 2006 at 7:24 pm
SG,
We can help but we need to see some examples of the dates... as you can see from the posts above, there are a lot of possibilities...
July 16, 2006 at 2:51 pm
Wow, Mark... that's quite the laudry list...
There are many solutions (and caveats as Tim pointed out) to your list of nice-to-haves... if you do a search on this site, I'm...
July 16, 2006 at 2:48 pm
I don't have one but, rumor has it, that there are encryption tools on the Software Developers Kit disk that comes with SQL Server. Without a doubt, someone will post...
July 16, 2006 at 2:38 pm
Good point... but you have to know what the Recovery Model is set to. If it's set to FULL, even SELECT INTO is logged. Again, don't take my word for...
July 16, 2006 at 10:12 am
Never mind... here's the answer to that last question in my previous post...
http://support.microsoft.com/kb/153441/EN-US/
... and make sure that you read the part that says ...
NOTE: This problem does not...
July 14, 2006 at 7:04 pm
Viewing 15 posts - 57,976 through 57,990 (of 59,048 total)