Viewing 15 posts - 286 through 300 (of 458 total)
Well, I was going to say that I thought the name of the country at that time was "England" and that the island's name is Great Britain, but Wikipedia has...
July 5, 2011 at 6:49 am
I went through a conversion of this nature, changing a 15-year-old FoxPro database into MySQL. This database ran a mid-size company, with around 2-4 million transactions in it.
I opted...
June 27, 2011 at 2:06 pm
I don't know if this applies to your situation, but for me, I will nearly always choose SELECT....INTO when writing ad hoc queries, b/c I'm selecting from tables in a...
June 26, 2011 at 11:45 am
opc.three (6/22/2011)
rmechaber (6/22/2011)
June 22, 2011 at 9:44 am
Jeff Moden (6/22/2011)
rmechaber (6/22/2011)
BUT: doesn't this tie all non-sysadmin execution of xp_cmdshell to that proxy account?
Yes it absolutely does... just not the way that most people have been led to...
June 22, 2011 at 9:37 am
Craig Farrell (6/21/2011)
xp_cmdshell in msdn: http://msdn.microsoft.com/en-us/library/ms175046.aspx. See remarks.
Activating the proxy account: http://msdn.microsoft.com/en-us/library/ms190359.aspx
In particular:
xp_cmdshell Proxy Account
When it is called by a user...
June 22, 2011 at 6:30 am
Jeff Moden (6/21/2011)
The problem that I'm becoming more and more aware of is that people really don't know how to run procs that contain xp_CmdShell without giving the proverbial keys...
June 21, 2011 at 7:34 pm
Excel is still a great application with extensive features and a robust programming language.
Just this weekend I had to import a large spreadsheet of data into SQL Server, but all...
June 21, 2011 at 6:55 am
As Greg said, that works...
.... but only if you are running an Agent job against that particular DTSX file, stored on the file system.
You may know this already,...
June 9, 2011 at 11:27 am
Tom.Thomson (5/18/2010)
May 26, 2011 at 6:43 am
I haven't played with this, but it is supposed to be possible to inspect the report's render format and dynamically change the report.
Here's one link for you to get started:
http://blog.datainspirations.com/2010/03/03/sql-server-2008-r2-reporting-services-as-you-like-it/[/url]
Rich
May 19, 2011 at 6:48 am
Well, one problem I see right off the bat is if I open your posted Excel file, I get a popup that the file format doesn't match the file extension....
May 17, 2011 at 7:18 am
GilaMonster (5/12/2011)
terrykzncs (5/12/2011)
Obviously you need to test, test and test some more, but it does help to be aware that these little things do make a difference sometimes.
If it makes...
May 13, 2011 at 6:00 am
While it is true that T-SQL is not supposed to consider the order in which you type tables on a JOIN, I ran into an odd problem trying to troubleshoot...
May 12, 2011 at 11:35 am
Here's a link to a post I made about how to fix an early problem where users were unable to access any reports in RS, despite permissions tweaks, AD group...
May 12, 2011 at 11:10 am
Viewing 15 posts - 286 through 300 (of 458 total)