Viewing 15 posts - 5,131 through 5,145 (of 9,643 total)
Thanks for posting the link Lutz. Looks like I only wasted a little time on this thread.
May 11, 2009 at 2:36 pm
Brent Ozar has series of blog posts on How to Get Junior DBA job that is pretty good found here[/url]. You probably aren't looking for a junior position, but...
May 11, 2009 at 2:33 pm
I've been involved in a similar project where we used an EAV method. We had category and type tables and then defined the EAV values base don category and...
May 11, 2009 at 2:22 pm
I'm going to ask some questions to clarify the problem. All of the questions would be answered if you had posted the question using th emethod suggested in the...
May 11, 2009 at 2:12 pm
Nice and article and an interesting concept. I'd also be concerned about overhead and space issues. Although space issues could easily be dealt with by purging the table...
May 11, 2009 at 2:00 pm
Wouldn't part of processing the file be moving/renaming/deleting it?
May 8, 2009 at 1:59 pm
I recommend against doing something like creating a file from a trigger. Why? Because the trigger is part of the transaction and if your trigger fails for any...
May 8, 2009 at 1:32 pm
Paul White (5/8/2009)
Jack,The three of us are agreeing - though the casual observer might be hard pressed to spot it :laugh:
Paul
No doubt as it took me a minute to figure...
May 8, 2009 at 12:06 pm
Barry,
Yes your examples are actually the "safer" version of using select. The issue I have, and I use both Set and Select is that
Select @i = object_from sys.all_objects
Will work...
May 8, 2009 at 11:57 am
JuanBob (5/8/2009)
May 8, 2009 at 11:48 am
Why not just schedule a job to run hourly and if the file exists process it.
Then the code in one job is:
If file exists THen
run job...
May 8, 2009 at 10:04 am
I am a firm believer in defining all foreign keys in the database. Yes, there is a small performance hit in verifying the key, but you have to verify...
May 8, 2009 at 9:58 am
Are you setting it up using the properties of the textbox using Jump to Report on the navigation tab? Once you pick the report you can set the parameters...
May 8, 2009 at 9:14 am
Check out this MS Support Article, http://support.microsoft.com/kb/842014. It is not about Profiler, but addresses similar issue with Outlook connecting to the BCM database in SQL Server. The dll is...
May 8, 2009 at 7:00 am
Viewing 15 posts - 5,131 through 5,145 (of 9,643 total)