Viewing 9 posts - 1 through 9 (of 9 total)
Just as Jeff had said sp_helpdb is what I would have used.
July 1, 2009 at 6:17 am
Hi Michael,
I know you already got your answer but I tried this statement and it worked just as well.
select *
from "Table name"
where tag like '% _b'
or tag like 'a_...
June 11, 2009 at 8:17 am
Check your ole db destination table to see what data types are being used
November 20, 2008 at 6:17 am
Error: 0xC0202025 at Export Files, OLE DB Destination 1 [1778]: Cannot create an OLE DB accessor. Verify that the column metadata is valid.
I'm not 100 percent sure, but you may...
November 20, 2008 at 6:13 am
I've been working as a sql developer /junior dba for 16 months and constantly
look over BOL and read as many books as I can on when I'm off work or...
October 31, 2008 at 7:40 am
Absolutely... hilarious that made my day, well done Shaun.
October 29, 2008 at 6:34 am
Nice input dva2007, the group by clause is also a good way to remove duplicate values. Along with distinct.
October 14, 2008 at 8:57 am
Problem solved I decided to build an activex script that will move the excel
file to its directory while changing the name every month.
June 20, 2008 at 6:06 am
Viewing 9 posts - 1 through 9 (of 9 total)