Viewing 15 posts - 256 through 270 (of 7,168 total)
georgheretis (2/12/2016)
i am import an Excel to a SQL Server ( using DB>TASKS>IMPORT DTA ...) and so on
i am creating an NEW table called 'aaa' from the Excel
the problem is...
February 13, 2016 at 7:52 am
Brandie Tarvin (2/12/2016)
Because ... Excel .... SUCKS ... that way. :pinch:
I would say it as "because integrating with Excel sucks that way." It is not technically Excel that sucks, it...
February 13, 2016 at 7:49 am
can there be different dates on different rows with the same claim number?
how about some schema and sample data code?
February 13, 2016 at 7:39 am
what happens if john has more claims with andifferent claim number?
as an aside, it is better to post CREATE TABLE and INSERT statements when asking for help so folks wanting...
February 13, 2016 at 7:26 am
scotdg (2/12/2016)
I guess I didn't see how it helped because I had already made sure that the system account login in SQL server has access to the database.
Just to clarify,...
February 12, 2016 at 8:51 pm
Phil Parkin (2/12/2016)
As far as I know (despite what you mentioned in an earlier post), those Creator properties are purely informational.
That is my understanding as well.
February 12, 2016 at 8:45 pm
You can achieve the same result using FOR XML but I prefer the way you can write the query using the GROUP_CONCAT approach. I am biased though, I wrote the...
February 12, 2016 at 7:58 am
Sergiy (2/11/2016)
Orlando Colamatteo (2/11/2016)
Sergiy (2/11/2016)
Hugo Kornelis (2/11/2016)
A pretty dangerous thing to do, and an incredibly irresponsible advice to put out on forums.
Believe me, unfortunately - it's not.
Those who know what...
February 11, 2016 at 11:03 pm
Welcome, to the site and to the SQL Server community.
Microsoft SQL Server certifications are a great way to get ramped up as the content covers the entire data platform. Studying...
February 11, 2016 at 10:06 pm
Number 1, read everything Kevin said. Re-read it and ask questions if needed.
Now let's break down the next steps:
1. What program or process is calling this proc? It is important...
February 11, 2016 at 9:45 pm
Sergiy (2/11/2016)
Hugo Kornelis (2/11/2016)
A pretty dangerous thing to do, and an incredibly irresponsible advice to put out on forums.
Believe me, unfortunately - it's not.
Those who know what their data types...
February 11, 2016 at 9:36 pm
wendy elizabeth (2/11/2016)
DECLARE @endYear varchar(04) = 2016
select convert(smalldatetime, ('07/31/' + convert(char(02), @endYear - 1)))
select convert(smalldatetime, '08/01/' + @endYear )
that is...
February 11, 2016 at 9:12 pm
Posting back to a similar problem/topic:
http://www.sqlservercentral.com/Forums/Topic1760478-3412-1.aspx
February 11, 2016 at 8:30 pm
I have had that happen a couple times. i think it is a bug in this site.
February 11, 2016 at 6:03 pm
Viewing 15 posts - 256 through 270 (of 7,168 total)