Viewing 15 posts - 31 through 45 (of 82 total)
I'm thinking about a different route. I don't know what kind of "good" information can be contained in a +65K line Excel spreadsheet. I don't think people looking at that...
October 29, 2009 at 12:06 pm
I think you've got 2 problems going here:
1) DTS/SSIS isn't installed on SQL 2005 Express Edition by default. You'll need to install the client tools from either SQL 2005 Developer/Standard/Enterprise...
August 7, 2008 at 3:30 pm
Or you could use a SQL table (we'll call it 'Decision') with 2 values and 2 fields. 0 | False, 1 | True and use tinyint for the data type....
July 22, 2008 at 11:10 am
I agree with Scott (mostly). You only want to pull back records for 1 person (place or thing) instead of searching a table with thousands (consequently millions) of records. I've...
July 22, 2008 at 11:00 am
Try using a VARCHAR(length) for your SQL table field type.
July 22, 2008 at 10:49 am
I spent about 5 years doing just this task. I tried using the Upsizing Wizard for Access97, but found there were too many things that I had to manually change,...
July 22, 2008 at 10:43 am
I don't know the specifics of the relationship between Access reports and SSRS. I just usually put my SELECT statement into a stored procedure and then call the stored procedure...
July 4, 2008 at 8:39 am
So, if I have an asp (not ASP.NET) page (let's call it deals) that was displayed using a sproc and that url has the value I want to pass in...
June 24, 2008 at 2:22 pm
Hence my reasoning for stating in my original post that this is not a table that will get inserted or updated very often.
June 6, 2008 at 10:15 pm
Thanks Matt. Of course 10 minutes after I posted this, I figured out the multiple IF statement solution. Sometimes I feel like such a dork.
June 3, 2008 at 2:52 pm
Hey homebrew, that works pretty good. I also got the email to work when I check for 1 field, but not for multiple fields. But what if I'm checking 2...
June 3, 2008 at 2:08 pm
I was using BOL as a basis for my syntax, but it's not clicking for me. I don't understand what BOL is trying to say.
June 2, 2008 at 4:10 pm
Thanks, David. I will follow your directions and see how that works.
April 8, 2008 at 10:26 am
Will do. I just noticed on the technet forum article that instead of using SQL Mail, I should be using Database Mail, as SQL Mail is going away. My company...
April 8, 2008 at 10:07 am
Viewing 15 posts - 31 through 45 (of 82 total)