Viewing 15 posts - 4,906 through 4,920 (of 5,588 total)
GilaMonster (12/29/2009)
You're 100% sure that remote DAC is enabled?
EXEC sp_configure 'remote admin connections'
Yes. Above code returns:
nameminimummaximumconfig_valuerun_value
remote admin connections0111
(wish there was an IFCode for doing tables...)
And in the sql logs when...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
December 29, 2009 at 11:00 am
GilaMonster (12/29/2009)
Is there a firewall...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
December 29, 2009 at 8:58 am
GilaMonster (12/28/2009)
WayneS (12/28/2009)
GilaMonster (12/28/2009)
WayneS (12/27/2009)
4. Open a new query. Connect as "ADMIN:ServerName" - login fails.
With what message? Check the error log for the reason that the login failed. Should a...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
December 29, 2009 at 7:38 am
GilaMonster (12/28/2009)
WayneS (12/27/2009)
4. Open a new query. Connect as "ADMIN:ServerName" - login fails.
With what message? Check the error log for the reason that the login failed. Should a non-zero state...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
December 28, 2009 at 4:36 pm
Glenn Dorling (12/23/2009)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
December 24, 2009 at 9:39 am
sturner (12/23/2009)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
December 24, 2009 at 9:33 am
You might want to check out this article on Cross Tabs and Pivots[/url].
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
December 14, 2009 at 3:29 pm
Alvin Ramard (12/14/2009)
GSquared (12/14/2009)
CirquedeSQLeil (12/11/2009)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
December 14, 2009 at 12:09 pm
You can also utilize the sp_OA procedures with "Scripting.FileSystemObject" to create a file with whatever text in it you want.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
December 14, 2009 at 10:36 am
before the with: ";with Publisher"
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
December 14, 2009 at 10:31 am
Update:
I used the script that drops / creates the linked server and synonyms, and pointed it to another server.
The web site worked just fine connecting to this server.
I used the...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
December 4, 2009 at 10:30 am
SuperDBA-207096 (12/4/2009)
Pretty good article - it could launch someone down the path of becoming a DBA. Lots more to becoming a DBA, but it's a start.
I like the idea...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
December 4, 2009 at 9:36 am
GSquared (12/4/2009)
Yeah, my mistake on this one. You already did what I was suggesting.
Fair enough. NP.
Best of luck with your situation Gus. Definitely something not needed, especially at holiday...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
December 4, 2009 at 9:23 am
Lynn Pettis (12/4/2009)
GSquared (12/4/2009)
WayneS (12/4/2009)
I'm having a weird issue. I can run a select * from a view from SSMS, no problem. Web site can't run it, and can't...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
December 4, 2009 at 9:13 am
Hey gang...
I'm having a weird issue. I can run a select * from a view from SSMS, no problem. Web site can't run it, and can't open the view from...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
December 4, 2009 at 8:35 am
Viewing 15 posts - 4,906 through 4,920 (of 5,588 total)