Viewing 15 posts - 151 through 165 (of 1,124 total)
How about adding some table structure, sample data & the required output? Don't know how to do that click here[/url]
May 19, 2009 at 8:11 am
Florian Reischl (5/19/2009)
Ramesh (5/19/2009)
Florian Reischl (5/19/2009)
CLR rocks for file handling! :laugh:
Ya, I know CLR rocks with file handling, string manipulations etc., but I never really liked those .NET languages, 'cause...
May 19, 2009 at 7:44 am
I am sure that it does not require sysadmin privileges because we have been using OLE objects to send mails in all of our legacy applications. All we have...
May 19, 2009 at 7:36 am
Though allowing "OLE Automation Procedures" is a security threat, but it does not require sysadmin privileges in order to execute those procedures (though the documentation says it requires sysadmin privileges...
May 19, 2009 at 7:21 am
What errors did you get when try to execute the query which I posted earlier?
Do the SQL Server Account had read permissions on the directory?
May 19, 2009 at 7:19 am
josephptran2002 (5/19/2009)
Hello Ramesh,Thanks for the comments
Is the solution working for you?
May 19, 2009 at 7:05 am
FNS (5/19/2009)
May 19, 2009 at 6:54 am
Check if the following query works for you.
SELECT *
FROM OPENROWSET
(
...
May 19, 2009 at 6:48 am
Add a break point on Pre-Execute event of Execute SQL Task and when in debug mode, go to debug window > Locals > Variables to see the values in the...
May 19, 2009 at 6:32 am
Don't cross post, it wastes people's time replying to multiple threads and also breaks the replies. Continue further discussions here
May 19, 2009 at 6:27 am
Don't cross post, it wastes people's time replying to multiple threads and also breaks the replies. Continue further discussions here
May 19, 2009 at 6:27 am
SELECT YEAR( GETDATE() ) AS [Year], MONTH( GETDATE() ) AS [Month]
May 19, 2009 at 6:26 am
Tom Brown (5/19/2009)
Another de-duping method, using the ROW_NUMBER PARTITION BY feature.
It does work in 2K5 but we are in 2K forum. It happened to me many times in the...
May 19, 2009 at 6:16 am
Though I strongly does not recommend forcing execution plans as SQL Optimizer is smart enough to generate the best plans most of the times. If you fully aware of...
May 19, 2009 at 6:10 am
Viewing 15 posts - 151 through 165 (of 1,124 total)