Viewing 15 posts - 76 through 90 (of 241 total)
Phil Parkin (4/11/2014)
What exactly are you changing when you 'change to Unicode type'?
I go into the advanced editor and change the datatype of the column
April 11, 2014 at 8:29 am
I hate raising threads from the dead but I got the same issue on an SQL Server 2008 R2.
last week I was asked to reschedule a daily job from 8:30...
April 8, 2014 at 2:04 am
Ok here's an example of the error I'm getting for the file,note that I post edited the names,now we see here is a truncation error now what's actually happening here...
April 7, 2014 at 5:05 am
ok 2 great answers
so the line I'm getting the error on is getting is something like this
''Rac ..... ''Rac company description ..... 251
Now what happens the next line instead of...
April 7, 2014 at 3:56 am
Ok tanks for the information I have passed this on,unfortunately it seems we can't do much about the big monster update queries until that app team responds to our request...
March 4, 2014 at 4:54 am
I did that,since last time I did try to install I did not get that error
But now after giving the product key
SQL Server Setup has encountered the following error:
File format...
January 20, 2014 at 4:45 am
Yeah,I was planning to do that but I'm getting the error
The following error has occurred:
Unable to open Windows Installer file 'G:\x64\setup\sql_engine_core_inst_msi\sql_engine_core_inst.msi'.
Windows Installer error message: The system cannot open the device...
January 20, 2014 at 3:17 am
I tried both,default as named install.
At this moment I don't have a working install cd/dvd present,but from I remember is there were no errors in the install only that after...
January 20, 2014 at 2:49 am
Ok I'll have this checked,so why are they showing an errorcode in decimal but not the hexadecimal number,that would would make it easier to track these things.
January 17, 2014 at 3:24 am
'Executed as user ... The step did not generate any output. The return value was unknown. The process exit code was -1073741502. The step failed.'
is the literal error message out...
January 17, 2014 at 3:09 am
indeed,well our team boss is quite angry today because of this 1 application team the go live of this project has been postponed by several weeks if not months
So I've...
December 20, 2013 at 6:36 am
Grant Fritchey (12/19/2013)
December 20, 2013 at 1:11 am
What you did results in the query being
select Chapter_Revenue GLDATE ...
And I think it should be
select 'Chapter_Revenue' GLDATE ...
Solution
SET @sql = 'SELECT ''' + @QUEUE + '''...
December 20, 2013 at 1:01 am
OK,this is I feared then.
The problem is that I'm not allowed to put on replication on the databases that actually contain the data,its both to business sensitive and volatile (and...
November 19, 2013 at 4:18 pm
jonysuise (10/17/2013)
This is not what you need ?select
coalesce(p.period_month,r.Fromdate) as period_month,r.warehouse_code,r.item_number,r.origin_warehouse_code,r.Fromdate
from
Routing_History r
left join Period p on p.period_month= r.Fromdate
No the code Nevyn posted did what had to be done.
As for...
October 17, 2013 at 8:38 am
Viewing 15 posts - 76 through 90 (of 241 total)