﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Article Discussions / Article Discussions by Author / Discuss content posted by Gokhan Varol  / System proc sp_SysInfo to get  / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Tue, 18 Jun 2013 21:00:48 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: System proc sp_SysInfo to get</title><link>http://www.sqlservercentral.com/Forums/Topic1255004-2887-1.aspx</link><description>try to copy and paste into word first and then paste it to notepad to see if the off characters are removed then copy it to management studio.</description><pubDate>Thu, 01 Mar 2012 12:54:17 GMT</pubDate><dc:creator>gvarol</dc:creator></item><item><title>RE: System proc sp_SysInfo to get</title><link>http://www.sqlservercentral.com/Forums/Topic1255004-2887-1.aspx</link><description>when trying to copy and paste this script into my SQL manager studio, it gives me a ton of "Incorrect syntax near ' '." errors due to the characters spaces in each line.  Am I copying this wrong from the site, or is there an easier way to remove these so the script will run?thanks!</description><pubDate>Thu, 01 Mar 2012 12:42:58 GMT</pubDate><dc:creator>ericb1</dc:creator></item><item><title>RE: System proc sp_SysInfo to get</title><link>http://www.sqlservercentral.com/Forums/Topic1255004-2887-1.aspx</link><description>A sample if you need it--SQL2008++DECLARE @i INT = 5,    @k INT = 6GO--SQL2005++DECLARE @i INT,    @k INTSELECT  @i = 5,        @k = 6GO-- SQL2005++DECLARE @i INT,    @k INTSET @i = 5SET @k = 6</description><pubDate>Tue, 28 Feb 2012 11:29:17 GMT</pubDate><dc:creator>gvarol</dc:creator></item><item><title>RE: System proc sp_SysInfo to get</title><link>http://www.sqlservercentral.com/Forums/Topic1255004-2887-1.aspx</link><description>sql 2005 does not allow assigning values to a variable during declaration. You can have the declare done first and then assign the values to the declared variables.I have not tested this script on sql 2005, I do not have one setup. If things do not work as a complete package in sql 2005 you can get rid of the pieces that does not work and use the rest if you'd like.</description><pubDate>Tue, 28 Feb 2012 11:22:47 GMT</pubDate><dc:creator>gvarol</dc:creator></item><item><title>RE: System proc sp_SysInfo to get</title><link>http://www.sqlservercentral.com/Forums/Topic1255004-2887-1.aspx</link><description>trying to save this as a stored procedure in SQL2005, but am getting an error:  Cannot assign a default value to a local variable.Any help is greatly appreciated, thanks!</description><pubDate>Tue, 28 Feb 2012 09:53:02 GMT</pubDate><dc:creator>ericb1</dc:creator></item><item><title>System proc sp_SysInfo to get </title><link>http://www.sqlservercentral.com/Forums/Topic1255004-2887-1.aspx</link><description>Comments posted to this topic are about the item [B]&lt;A HREF="/scripts/87561/"&gt;System proc sp_SysInfo to get &lt;/A&gt;[/B]</description><pubDate>Mon, 20 Feb 2012 22:48:03 GMT</pubDate><dc:creator>gvarol</dc:creator></item></channel></rss>