Viewing 15 posts - 31 through 45 (of 68 total)
Or, Just drag the Columns node from the object browser into the Query editor.
January 4, 2011 at 5:25 pm
Hello,
My foray into extended properties at the database-level (SQL2005) was stopped short when I found that only users with elevated rights, such as Control or View Definition, could read...
November 30, 2010 at 9:52 am
Phillip - Texas (5/25/2010)
... A former boss actually told me that if I was working more than 45 hours a week I was doing something wrong....
When I was an Operations...
May 26, 2010 at 7:57 am
My story sounds like Trey Staker's: early in my career I work a lot, both because the project 'needed' it, and because I felt I was in a learning curve...
May 25, 2010 at 1:10 pm
Thanks for the article, Peter. And thanks for the technique.
It's unfortunate that these kinds of work-arounds are needed: it just shows how out-of-touch microsoft is becoming. For years they've...
February 18, 2010 at 10:21 am
forum member (9/13/2009)
Hi,How can i customize the send email task to send email only once a day instead of every time job runs
Thanks for help
Hello Forum Member,
Please excuse...
October 13, 2009 at 11:06 am
Hey Steve;
Thanks for the code. I tweaked it a little for my situation, added parameter markers, and stuck in my templates...
Pretty handy!
USE <databasename, sysname, >;
SET NOCOUNT ON
DECLARE
@table_name...
October 9, 2009 at 2:15 pm
parth83.rawal (10/8/2009)
Delete openrowset('Microsoft.Jet.OLEDB.4.0','Excel 8.0;Database=c:\MOMA.xls;','Select * from [sheet1$]')above code we are using for deleting data.
I'm sorry i cannot test (my crappy Vista machine isn't allowing OPENROWSET today...) but, don't you need...
October 9, 2009 at 11:53 am
Hello Phil,
Interesting article, especially because I, too, had cracked open my ODBC 2 book (QUE 1995) a few weeks ago: been having an intermittant problem connecting an SQL2005 Query...
October 9, 2009 at 11:16 am
Hi WayneS,
Thanks for posting your wrapper: I'll keep it on file.
I've got a couple too, but mostly I just need to correct a Recipient address and resend, so...
October 7, 2009 at 10:38 am
WayneS (3/11/2009)
How do you have db mail resend an email it thinks was sent...
September 25, 2009 at 10:53 am
Hi Ghanta,
If you want to continue on after the error, you'll need to do your error handling inside the cursor.
Here's your code, rewritten a little (it's just an example,...
August 12, 2009 at 9:03 am
ekonagu (8/11/2009)
if u r using office 2007 u should use oledb 12.0 not jet 4.0
Hi ekonagu,
Acknowledged. The point was that in trying to get ACE 12.0 to work, my...
August 12, 2009 at 8:39 am
There is an interesting post at :
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=49926&whichpage=11
by Peso:
If you have some error and you don't understand why, try using MSDASQL provider temporarily.
SELECT * FROM OPENROWSET('MSDASQL', 'Driver={Microsoft Excel Driver (*.xls)};DBQ=\\seludt2135\c$\documents and...
August 11, 2009 at 11:40 am
We've been backing up to the 'cloud' for a few years now, but the size of our databases are not so large as to cause a problem, I guess.
Or,...
August 10, 2009 at 10:31 am
Viewing 15 posts - 31 through 45 (of 68 total)