<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Developer Barn</title>
		<link>http://www.developerbarn.com/</link>
		<description>Developer Barn is an ASP, ASP.NET, PHP, Javascript, SQL and MySQL and Programming Help Forum. Get ASP, ASP.NET, PHP and JavaScript help and sample code.</description>
		<language>en</language>
		<lastBuildDate>Mon, 06 Sep 2010 11:52:31 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.developerbarn.com/images/misc/rss.png</url>
			<title>Developer Barn</title>
			<link>http://www.developerbarn.com/</link>
		</image>
		<item>
			<title>Issues in GetItemDataSources web service call in 2008 Report Server R2</title>
			<link>http://www.developerbarn.com/sql-server-reporting-services-help/2258-issues-getitemdatasources-web-service-call-2008-report-server-r2.html</link>
			<pubDate>Mon, 06 Sep 2010 09:43:50 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I'm using Reporting Services web services endpoint ReportService2005.asmx with 2008 report server R2 and I'm facing some issues in getting the...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Hi,<br />
<br />
I'm using Reporting Services web services endpoint ReportService2005.asmx with 2008 report server R2 and I'm facing some issues in getting the data source names for a report definition using the GetItemDataSources web service. The problem is that the data source names returned are different from the names of the actual data sources on the report server.<br />
<br />
The report has the following data sources:<br />
<br />
   1. 0<br />
   2. 1<br />
   3. _0<br />
   4. _A<br />
   5. Data Source <br />
<br />
And the names returned by the GetItemDataSources for 2008 report server R2 is:<br />
<br />
   1. AutoGen_0<br />
   2. AutoGen_1<br />
   3. AutoGen__0<br />
   4. AutoGen__A<br />
   5. Data_Source <br />
<br />
When I make the same calls using a 2005 report server, the names returned are the same as that in the report definition.<br />
<br />
To summarize, only numeric data source names are changed to &quot;Autogen_&lt;number&gt;&quot;(eg. Autogen_0), data source names beginning with &quot;_&quot; are changed to &quot;Autogen_&lt;data source name&gt;&quot;(eg. AutoGen__A)  and spaces are replaced by an &quot;_&quot;.<br />
<br />
 <br />
<br />
What is the problem for the data source names returned for 2008 report server R2? Or has there been any change in the way in which report server stores the data source names?<br />
<br />
Thanks,<br />
Kulbhushan Singhal.<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/sql-server-reporting-services-help/">SQL Server Reporting Services Help</category>
			<dc:creator>singhalkul</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/sql-server-reporting-services-help/2258-issues-getitemdatasources-web-service-call-2008-report-server-r2.html</guid>
		</item>
		<item>
			<title>Windows Forms - C# using c#.net forms to replace microsoft access forms</title>
			<link>http://www.developerbarn.com/net-development/2257-using-c-net-forms-replace-microsoft-access-forms.html</link>
			<pubDate>Sun, 05 Sep 2010 12:53:29 GMT</pubDate>
			<description>Hello, 
am looking for advice first - before I ask specific questions 
I have attached a simple example time worked database I have. 
What is mainly...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Hello,<br />
am looking for advice first - before I ask specific questions<br />
I have attached a simple example time worked database I have.<br />
What is mainly different than most time forms - is that I have two tables in microsoft access database. the form lets user enter data during the week and as long as user does not click submit button- the data is still there. the form is bound to table1. <br />
<br />
But when user clicks submit button- all data is transferred to table2-( and data is then cleared out of table1).<br />
my report for each user is based on their table2. <br />
I am learning slowly C#.net. ( at work some computers not on network and only have .net 2.0 version)- i want to know if a C# form could replicate what the microsoft access form is doing here. <br />
one reason am doing it- may be just a lesson for myself in C#- but I wonder first can C# form do it and In my actual database- I have a separate forms for each user- Can C# have multiple forms for a function like this.<br />
thank you<!-- google_ad_section_end --></div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/zip.gif" alt="File Type: zip" />
	<a href="http://www.developerbarn.com/attachments/net-development/592d1283690614-using-c-net-forms-replace-microsoft-access-forms-exampledatabase1.zip">exampleDatabase1.zip</a> 
(24.8 KB)
</li> 
			</ul>
		</fieldset>
	

	</div>
 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/net-development/">.Net Development</category>
			<dc:creator>arloguth</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/net-development/2257-using-c-net-forms-replace-microsoft-access-forms.html</guid>
		</item>
		<item>
			<title>how to enter serial number and lookup serial number at same time</title>
			<link>http://www.developerbarn.com/microsoft-access/2256-how-enter-serial-number-lookup-serial-number-same-time.html</link>
			<pubDate>Fri, 03 Sep 2010 21:49:46 GMT</pubDate>
			<description>I have a form to enter serial number and service tag number. user uses scanner to enter data into form. I also have a form with a lookup box to...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I have a form to enter serial number and service tag number. user uses scanner to enter data into form. I also have a form with a lookup box to search if serial number is in a table for trashed parts. so i have two tbl1 and tbl2.<br />
now i am being asked to speed up operation- <br />
is there a way to enter serial number one time and do both functions.<br />
<br />
if serial number is in tbl2 then print report and still enter number in tbl1<br />
if serial number is not in tbl2 - show message box &quot;part not found&quot; and just enter number in tbl1 ( no report) <br />
<br />
or is there another way<br />
thank you<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/microsoft-access/">Microsoft Access</category>
			<dc:creator>arloguth</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/microsoft-access/2256-how-enter-serial-number-lookup-serial-number-same-time.html</guid>
		</item>
		<item>
			<title><![CDATA[What's Wrong with ASP.NET Web Forms?]]></title>
			<link>http://www.developerbarn.com/vbcms-comments/2255-whats-wrong-asp-net-web-forms.html</link>
			<pubDate>Fri, 03 Sep 2010 13:49:01 GMT</pubDate>
			<description>You can view the page at http://www.developerbarn.com/article/what-s-wrong-asp-net-web-forms-4/</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->You can view the page at <a href="http://www.developerbarn.com/article/what-s-wrong-asp-net-web-forms-4/" target="_blank">http://www.developerbarn.com/content....NET-Web-Forms</a><!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/vbcms-comments/">vBCms Comments</category>
			<dc:creator>jmurrayhead</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/vbcms-comments/2255-whats-wrong-asp-net-web-forms.html</guid>
		</item>
		<item>
			<title>Auto tab movement</title>
			<link>http://www.developerbarn.com/javascript-programming/2254-auto-tab-movement.html</link>
			<pubDate>Fri, 03 Sep 2010 08:03:53 GMT</pubDate>
			<description>Hey guys 
Sorry for the awkward title. 
 
I have a .aspx page on which i have 3 text boxes for phone number 
1st and 2nd text boxes have length 3 and...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Hey guys<br />
Sorry for the awkward title.<br />
<br />
I have a .aspx page on which i have 3 text boxes for phone number<br />
1st and 2nd text boxes have length 3 and the third one has length 4.<br />
<br />
Now my client wants that when he enters 3 numbers in 1st text box, he dont need to press &quot;tab&quot; and the cursor automatically goes to the 2nd text box and then to the 3rd textbox.<br />
<br />
Is that possible?<br />
<br />
Thanx<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/javascript-programming/">JavaScript Programming</category>
			<dc:creator>micky</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/javascript-programming/2254-auto-tab-movement.html</guid>
		</item>
		<item>
			<title>Our New Site</title>
			<link>http://www.developerbarn.com/vbcms-comments/2253-our-new-site.html</link>
			<pubDate>Fri, 03 Sep 2010 01:44:46 GMT</pubDate>
			<description>You can view the page at http://www.developerbarn.com/article/our-new-site-2/</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->You can view the page at <a href="http://www.developerbarn.com/article/our-new-site-2/" target="_blank">http://www.developerbarn.com/content...2-Our-New-Site</a><!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/vbcms-comments/">vBCms Comments</category>
			<dc:creator>jmurrayhead</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/vbcms-comments/2253-our-new-site.html</guid>
		</item>
		<item>
			<title>Populate specific data field in a row in Access table based on Primary Key</title>
			<link>http://www.developerbarn.com/database-design-help/2252-populate-specific-data-field-row-access-table-based-primary-key.html</link>
			<pubDate>Thu, 02 Sep 2010 21:59:51 GMT</pubDate>
			<description><![CDATA[I have this Form Called "Invoices" that I will input a "InvoiceID" number from a drop down combo and enter. This will populate the form. I will then...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I have this Form Called &quot;Invoices&quot; that I will input a &quot;InvoiceID&quot; number from a drop down combo and enter. This will populate the form. I will then click a print button that will trigger this code. What it does is it will update the Duedate field in the Invoices table if the field is blank with (Current date + 30) before opening the &quot;Invoices&quot; report in printview to print that specific report. What Im having problem with is the code goes through the whole &quot;Invoices&quot; table and updates any DueDate field that is blank which it should not be doing. It should just update that specific row with that InvoiceID that you input in the beginning which is the primary key. The code I have now is this and everything works except it updates all Duedate fields that are blank.<br />
Private Sub PrintInvoice_Click()<br />
DoCmd.OpenQuery &quot;SubtotalUpdate&quot;<br />
DoCmd.OpenQuery &quot;InvoiceTotalAppend&quot;<br />
DoCmd.RunSQL &quot;update Invoices set DueDate=date()+30 where duedate is null&quot;<br />
DoCmd.OpenReport &quot;Invoices&quot;, acViewPreview, , &quot;[Invoices.InvoiceID] = [Forms]![Invoices]![InvoiceID]&quot;, acWindowNormal<br />
End Sub<br />
<br />
Please help and thanks<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/database-design-help/">Database Design Help</category>
			<dc:creator>chrisjack001</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/database-design-help/2252-populate-specific-data-field-row-access-table-based-primary-key.html</guid>
		</item>
		<item>
			<title>Populate Date field (CurrentDate + 30) in table if blank</title>
			<link>http://www.developerbarn.com/microsoft-access/2250-populate-date-field-currentdate-30-table-if-blank.html</link>
			<pubDate>Thu, 02 Sep 2010 16:26:39 GMT</pubDate>
			<description><![CDATA[I have a "Print" button on a Form called "Invoices" that that has embedded macros on the click event I want to replace with VB code due to the...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I have a &quot;Print&quot; button on a Form called &quot;Invoices&quot; that that has embedded macros on the click event I want to replace with VB code due to the limitation in Macro. Currently this Macro does the following<br />
<br />
1. Opens and runs a query called &quot;SubtotalUpdate&quot;<br />
2. Opens and runs a query called &quot;InvoiceTotalAppend&quot;<br />
3. Opens and populates a Report called &quot;Invoices&quot; with the DueDate from &quot;Invoices&quot; table before printing. <br />
This is what I want to add to the existing macro all converted to VB code<br />
4. If the DueDate field is blank in the &quot;Invoices&quot; table I want the date saved in that blank field in the table as (Current date + 30 days) before executing option 3. The format of the date should be mm/dd/yyyy. Can I replace this macro with a VB code. Can you please help with the code on Click event. Thanks<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/microsoft-access/">Microsoft Access</category>
			<dc:creator>chrisjack001</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/microsoft-access/2250-populate-date-field-currentdate-30-table-if-blank.html</guid>
		</item>
		<item>
			<title>Visual Studio 2010</title>
			<link>http://www.developerbarn.com/net-development/2249-visual-studio-2010-a.html</link>
			<pubDate>Thu, 02 Sep 2010 12:10:47 GMT</pubDate>
			<description>So I got my hands on Visual Studio 2010 Premium...this is probably the most impressive version of Visual Studio I have seen. All sorts of features...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->So I got my hands on Visual Studio 2010 Premium...this is probably the most impressive version of Visual Studio I have seen. All sorts of features and the best part is...its speed. When I open it, it's instantaneous, unlike previous versions. When I click on a menu item, it opens right away. I'll post more about it when I actually get deeply into using it...but so far, I'm really loving it. :thumbs:<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/net-development/">.Net Development</category>
			<dc:creator>jmurrayhead</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/net-development/2249-visual-studio-2010-a.html</guid>
		</item>
		<item>
			<title>TCP/IP listener in ASP .NET</title>
			<link>http://www.developerbarn.com/net-development/2248-tcp-ip-listener-asp-net.html</link>
			<pubDate>Thu, 02 Sep 2010 09:09:48 GMT</pubDate>
			<description><![CDATA[I'm trying to develop a web application for a system consisting of several hardware devices, which will connect to a specific IP and port of a server...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I'm trying to develop a web application for a system consisting of several hardware devices, which will connect to a specific IP and port of a server to send some measuring data (plain text). This data will be stored in a SQL Server database in the server. Then, the users will connect to this server using a browser to view the stored data.<br />
<br />
I will use ASP .NET (C#) for developing the web application for the users to access the stored data in the database (it's a standard web application with database access to retrieve and show information).<br />
<br />
I don't know what is the best way to develop the application that will act as a TCP/IP listener to receive the hardware devices data, since it must run on the same server that stores the SQL Server database.<br />
<br />
Could someone give me some advice or suggestion about how to develop the server listener application? I think a web service is not a good solution, because the client (hardware device) won't be able to use this technology (it will send a fixed data buffer after its connection request has been accepted). <br />
<br />
Thanks in advance.<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/net-development/">.Net Development</category>
			<dc:creator>jcexited</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/net-development/2248-tcp-ip-listener-asp-net.html</guid>
		</item>
		<item>
			<title>Crystel reports to ssrs reports</title>
			<link>http://www.developerbarn.com/sql-server-reporting-services-help/2246-crystel-reports-ssrs-reports.html</link>
			<pubDate>Wed, 01 Sep 2010 18:36:30 GMT</pubDate>
			<description>Hi, 
 
I need a documentation which helps me to convert crystel reports to ssrs. 
 
if any one having the procedural documentation you can email to...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Hi,<br />
<br />
I need a documentation which helps me to convert crystel reports to ssrs.<br />
<br />
if any one having the procedural documentation you can email to my below mentioned email address that will be helpful to me in my new starting project.<br />
<a href="mailto:naveenjustlikethat@gmail.com">naveenjustlikethat@gmail.com</a><!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/sql-server-reporting-services-help/">SQL Server Reporting Services Help</category>
			<dc:creator>Naveenkumaryalavarthi</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/sql-server-reporting-services-help/2246-crystel-reports-ssrs-reports.html</guid>
		</item>
		<item>
			<title>Aggregates</title>
			<link>http://www.developerbarn.com/sql-development/2244-aggregates.html</link>
			<pubDate>Tue, 31 Aug 2010 19:42:03 GMT</pubDate>
			<description><![CDATA[Ok, I know I'm going to feel really silly when someone answers this because it should be very basic, but I'm at a loss at this point on how to select...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Ok, I know I'm going to feel really silly when someone answers this because it should be very basic, but I'm at a loss at this point on how to select a record based on a min/max value.  I realize I can use a Having clause, but it doesn't produce what I want.<br />
<br />
Take the following data:<br />
<br />
Create Table Customer (CustomerId int primary key, DateofBirth int);<br />
Insert Into Customer (CustomerId, DateOfBirth)<br />
Values  (1, 19010801);<br />
Insert Into Customer (CustomerId, DateOfBirth)<br />
Values  (2, 19100101);<br />
Insert Into Customer (CustomerId, DateOfBirth)<br />
Values  (3, 19201201);<br />
<br />
Select * from Customer<br />
<br />
Results:<br />
CustomerId   DateOfBirth<br />
1                 19010801<br />
2                 19100101<br />
3                 19201201<br />
<br />
Ok, so if I want to know the customerid of the person with the min or max date of birth, how would I go about it?<br />
<br />
I can write:<br />
<br />
Select customerid, Min(dateofbirth), Max(dateofbirth)<br />
From Customer<br />
Group by customerid<br />
<br />
<br />
but it just yields all records grouped by customerid.  What if I wanted to see just the customerid and the dateofbirth of the min or max?<br />
<br />
Thanks!<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/sql-development/">SQL Development</category>
			<dc:creator>Flam</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/sql-development/2244-aggregates.html</guid>
		</item>
		<item>
			<title>Where are the 2005 SSIS packages?</title>
			<link>http://www.developerbarn.com/microsoft-sql-server/2243-where-2005-ssis-packages.html</link>
			<pubDate>Tue, 31 Aug 2010 16:31:37 GMT</pubDate>
			<description><![CDATA[I have been told "Here is a 2005 database and SSIS package XYZ has two errors in it. Fix them." I can't find them. I've gone to the Integration...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I have been told &quot;Here is a 2005 database and SSIS package XYZ has two errors in it. Fix them.&quot; I can't find them. I've gone to the Integration Services Engine, but the folders there are all empty (except for other empty folders)<br />
<br />
I also ran a search on XYZ.dtsx and found it (along with all the other .dtsx files) in someone's folder inside of a zipped folder. BMS can't brows beyond the zipped folder, so I coppied all the .dtsx files to my folder and then told BMS to open that file. It seems to have various errors, so I assume that I am not doing this correctly (I have no trouble creating my own packages). Also, since this is supposed to be a duplicate of a database with packages being run every night, it seems that there should be working SSIS packages SOMEWHERE. Where do these thing normally hide? (All of the tutorials I've gone through had me set up a special folder for packages I created)<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/microsoft-sql-server/">Microsoft SQL Server</category>
			<dc:creator>grnzbra</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/microsoft-sql-server/2243-where-2005-ssis-packages.html</guid>
		</item>
		<item>
			<title><![CDATA[Report Design & Data]]></title>
			<link>http://www.developerbarn.com/sql-server-reporting-services-help/2241-report-design-data.html</link>
			<pubDate>Tue, 31 Aug 2010 10:26:33 GMT</pubDate>
			<description><![CDATA[Hi all, I think it will be sound so dumb, but I don't have any idea what should I do to show some data from SSRS. 
 
Well, let's say I wanted to...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Hi all, I think it will be sound so dumb, but I don't have any idea what should I do to show some data from SSRS.<br />
<br />
Well, let's say I wanted to build a report like this :<br />
<br />
<u>PAGE 1</u><br />
<br />
Name : Dumbo<br />
Address : Bali <br />
NPWP Code : 123456<br />
<br />
<br />
NO|ITEM|QTY <br />
1__ABC__5<br />
2__CDE__10  <br />
<br />
Total       15<br />
<br />
<br />
<br />
<br />
<u>PAGE 2</u><br />
<br />
Name : Sillio<br />
Address : Jakarta <br />
NPWP Code : 654321<br />
<br />
<br />
NO|ITEM|QTY <br />
1__CCC__10<br />
2__DDD__50  <br />
<br />
Total      60<br />
<br />
<br />
<br />
PS :<br />
I'm using 1 Store Procedure. <br />
The parameter is using <b>DocNoFrom</b> Between <b>DocNoTo</b> (2param)<br />
<br />
<u>The problem is :</u> <br />
The report I already designed is using textbox to show each data. But everytime I want to show next record, they won't show up.<br />
Then I re-build the report using table (only 1 table with 1 <acronym title="Stored Procedure">SP</acronym>) but the result is still a mess.<br />
<br />
So, any idea how to make this report nicely done? <br />
Do I have to put that name into a header? coz everytime I put textbox into a header, the next record also not showing up.<br />
<br />
Thank you in advance<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/sql-server-reporting-services-help/">SQL Server Reporting Services Help</category>
			<dc:creator>PhloooooIsFlo</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/sql-server-reporting-services-help/2241-report-design-data.html</guid>
		</item>
		<item>
			<title>Username Question</title>
			<link>http://www.developerbarn.com/sql-development/2236-username-question.html</link>
			<pubDate>Sun, 29 Aug 2010 21:25:30 GMT</pubDate>
			<description><![CDATA[I've been slightly perplexed at the results of the following query depending on where I'm running it from: 
 
SELECT spid, nt_username 
FROM...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I've been slightly perplexed at the results of the following query depending on where I'm running it from:<br />
<br />
SELECT spid, nt_username<br />
FROM sys.sysprocesses <br />
where spid=@@spid<br />
<br />
(I realize I can run SUSER_Name() as well as a variety of other username functions, this is just an example)<br />
<br />
Anyway, I have 2 different modules for an application.  Both of them run on the same database, just out of different ports on the server.  They run from SQL Server 2005.  Both modules have their own built-in query executors (limited functionality; select statements only).<br />
<br />
The thing that confuses me is that if I run the aforementioned query, one module always returns the nt_username value=the local machine username<br />
while the other module returns tthe nt_username=the admin security group in SQL Server.<br />
<br />
So for example, the results from module 1 of the above query might be:<br />
<br />
SPID  nt_username<br />
55     FLAM<br />
<br />
while the results of module 2 might be:<br />
<br />
SPID nt_username<br />
62    T_Admin<br />
<br />
I'm not sure if this is something on the application or something I can change in SQL Server.<br />
<br />
Anyone have any ideas?<br />
<br />
Thanks much!<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/sql-development/">SQL Development</category>
			<dc:creator>Flam</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/sql-development/2236-username-question.html</guid>
		</item>
	</channel>
</rss>
