How do I add line breaks to a field in SQL Server Management Studio

========= QUESTION ---------How do you add a line break when editing a field in a database using SQL Server Management Studio    ========= ANSWER ---------We have not found a simple way to do this using SQL Server Management Studio (SSMS) alone. Instead, you can use the free Notepad++ text editor and add your text in [...]

By |2017-12-01T23:47:28+00:00December 31st, 2012|Computers, Documentation, Microsoft, SQL|Comments Off on How do I add line breaks to a field in SQL Server Management Studio

DNS: Add SRV Record

========= QUESTION ---------How do I add an SRV record?   ========= ANSWER ---------_autodiscover._tcp.domain.com priority 10 Wt. 10 Port 443 point to mail.mydomain.com This translates to:  Record Type: SRV Record Name: _autodiscover._tcpHost offering this service: mail.mydomain.comPriority: 10Weight: 10Port Number: 443   ========= EXAMPLES ---------   ========= APPLIES TO / KEY WORDS ---------   ========= REF --------- [...]

By |2012-06-29T22:55:27+00:00June 29th, 2012|Computers, DNS, Documentation|Comments Off on DNS: Add SRV Record

How do I setup a scheduled task to go to a url in WSP?

========= QUESTION --------- How do I use a scheduled task to open url or web page in Web Site Panel?   ========= ANSWER --------- Logon to the Control Panel(http://www.anysitesupport.com/how-do-i-logon-to-the-hosting-control-panel/) ---Click the Scheduled Tasks icon in the Hosting Spaces section in the middleClick the Add Scheduled Task button at the top of the Scheduled Tasks section [...]

By |2017-12-01T23:47:28+00:00June 10th, 2012|anySiteSolutions.com, Computers, Control Panel, Documentation, WebSitePanel (DotNetPanel)|Comments Off on How do I setup a scheduled task to go to a url in WSP?

How do I edit my local HOSTS file?

I need to edit my local HOSTS file to redirect my web requests for my web site to my development server rather than the live web server, how do I do this? WINDOWS Using Windows Explorer, browse to C:\windows\system32\drivers\etc\hosts (older versions of windows go to: C:\windows\hosts) Locate the file titled "hosts" Right-click the file, left-click [...]

By |2017-12-01T23:47:29+00:00April 12th, 2012|Apple, Computers, DNS, Documentation, Domains / DNS, Internet/Web, Mac, Microsoft, Windows|Comments Off on How do I edit my local HOSTS file?

Manage iPads, iPhones with the iPhone Configuration Utility

========= QUESTION ---------Can we manage our iPads and iPhones?   ========= ANSWER ---------Yes - use the iPhone Configuration Utility from Apple   ========= EXAMPLES ---------   ========= APPLIES TO / KEY WORDS ---------   ========= REF --------- http://www.apple.com/support/ipad/enterprise/ http://www.techrepublic.com/blog/tablets/manage-company-ipads-with-the-iphone-configuration-utility/843?tag=nl.e102   ---http://www.anysitesupport.com/manage-ipads-iphones-with-the-iphone-configuration-utility/http://anySiteHosting.com

By |2017-12-01T23:47:29+00:00March 19th, 2012|Apple, Cell Phone, Computers, Documentation, iOS, iPad, iPhone|Comments Off on Manage iPads, iPhones with the iPhone Configuration Utility

Extract every other character from a string

========= QUESTION --------- I have a long number that I need to collect the 2nd, 4th, 6th, and 8th characters from.   ========= ANSWER ---------see EXAMPLES   ========= EXAMPLES ---------Store: Mid([SurvNum_Span],2,1) & Mid([SurvNum_Span],4,1) & Mid([SurvNum_Span],6,1) & Mid([SurvNum_Span],8,1)   ========= APPLIES TO / KEY WORDS ---------Microsoft Access VBA String Manipulation   ========= REF --------- http://ycmi.med.yale.edu/nadkarni/access_course/String_Frame.htm   [...]

By |2012-02-12T15:08:57+00:00February 12th, 2012|Access, Computers, Documentation, Microsoft, VBA|Comments Off on Extract every other character from a string

How do I view all of my Google Calendars on my iPhone?

========= QUESTION --------- How do I view all of my calendars or sub calendars on my iPhone, iPad, or iPod?   ========= ANSWER --------- It is impossible to find this setting naturally through all of Google's complicated settings and menus. All you have to do though is logon to your gmail account, and then click [...]

By |2017-12-01T23:47:29+00:00February 5th, 2012|Apple, Computers, Documentation, GMail, Google, Internet/Web, iOS, iPhone|Comments Off on How do I view all of my Google Calendars on my iPhone?

How do I use Join.me?

========= QUESTION  --------- How do I allow anySiteSupport to connect to my computer using the http://Join.me service?   ========= ANSWER --------- Visit http://Join.me Click the Share link (orange Share and/or orange play button) Depending on your type of computer, internet settings, etc… you will either be prompted to save or run a file.If you are [...]

By |2017-12-01T23:47:29+00:00February 2nd, 2012|Computers, Documentation, Internet/Web, Join.me, Remote Support|Comments Off on How do I use Join.me?

Oracle: ORA-01722: invalid number. (#1722)

========= QUESTION --------- When running a query from Microsoft Access against an Oracle table, I receive the following error and the query does not execute: ODBC--call failed. [Oracle][ODBC Oracle Driver][Oracle OCI]ORA-01722: invalid number. (#1722)   ========= ANSWER --------- You are likely doing a type conversion (from text type to number type) on a database field [...]

By |2017-12-01T23:47:29+00:00January 31st, 2012|Access, Computers, Documentation, Microsoft, Oracle|Comments Off on Oracle: ORA-01722: invalid number. (#1722)

Manage IIS7 Servers Remotely

========= QUESTION --------- Use the following steps to manage your IIS7 server or web site remotely.   ========= ANSWER --------- In Windows 7, select Programs and Features from the Control PanelClick the Turn Windows Features On or Off link in the left hand column of the Programs and Features window In the Windows Features window, [...]

By |2012-01-30T04:29:51+00:00January 30th, 2012|Computers, Documentation, IIS, Microsoft|Comments Off on Manage IIS7 Servers Remotely
Go to Top