Viewing 15 posts - 1 through 15 (of 26 total)
Sure. Here's a few lines with sample data
AA 123456 (AA is the tag which is essentially the column header) CRLF is the delimiter
BB Sample Text String CRLF delimiter
CC Sample...
June 4, 2015 at 10:04 am
I use SSDT on business intelligence projects. If I'm writing stored procedures, designing new databases or modifying existing ones, I am more comfortable in SSMS. However, SSDT has...
March 27, 2015 at 8:43 am
What do you (and others) think is a minimum amount of RAM to make hosting a VM or two viable?
IMHO, at least 8gb RAM. 16gb is optimal, and 32gb...
February 14, 2014 at 12:41 pm
I use a hosted series of VMs at Cloudshare which makes them accessible from their web interface. These are good for development and testing. I've tried building VMs...
February 14, 2014 at 10:05 am
Hi Jakub,
I have a table containing account numbers and diagnoses. There are multiple records for a given account. I need to parse or normalize this data into columns...
July 21, 2011 at 9:42 am
This is very timely as I have a stored procedure I'm writing that needs to parse numerous diagnoses and procedures into columns. Should I create separate tables, such as...
July 21, 2011 at 9:18 am
Good Morning Steve,
As a devout IPhone user for the past several years, I'm salivating whenver the IPad commercials are run during my primetime TV shows. I'm a business intelligence...
December 13, 2010 at 9:55 am
Hi Paul,
I was able to get this one figured out last night. Thanks for your reply.
May 9, 2010 at 4:36 pm
Garadin (4/29/2010)
Sid Childers (4/29/2010)
April 29, 2010 at 10:56 am
Lowell (4/29/2010)
it'd be pretty simple to have some page look at it's own name, and provide the content dynamically,...
April 29, 2010 at 10:53 am
This client is stuck on ASP.NET 2.0, unwilling to consider 3.5/dynamic data because he feels that 2.0 can do the job. I'm afraid it will be a maintenance nightmare...
April 29, 2010 at 10:33 am
Lowell (4/29/2010)
i'm assuming the ArticleId is unique to the...
April 29, 2010 at 10:22 am
Yes, the client wants the articles manually moved from one content page to another, depending on the number of votes each article receives. Articles with higher votes will be...
April 29, 2010 at 9:49 am
Hi Lowell,
Thanks for both replies. I like your suggestion to use a hidden field control. In our case, this adds a bit more maintenance as the static content...
April 29, 2010 at 9:38 am
Hi Seth,
Thanks for your reply. To confirm, I need to insert data into SQL Server from my website. The data to be inserted will be the article ID...
April 29, 2010 at 9:13 am
Viewing 15 posts - 1 through 15 (of 26 total)