Viewing 15 posts - 31 through 45 (of 128 total)
Hi again, I should start by saying my SQL skills are poor at best.... Is it easy to have this script create the actual table instead of creating a virtual...
November 10, 2011 at 3:09 pm
Amazing replies! Thank you both so much, I’ll work through both examples so that I understand the logic behind them. You’ve made my day tomorrow a lot better 😉 Thanks...
November 10, 2011 at 12:21 pm
Thank you both for your answers, I wasn't thinking outside of the box.
July 8, 2011 at 5:37 am
Thanks for your replies. Since my last post i have been tryin gall sorts of things and have got a few new errors but i think they are the last...
February 17, 2011 at 10:04 am
Hi,
The c_achieve is a varchar 100 null in both source and destination table. I went to the meta data by doing what you instructed and I copied the data to...
February 17, 2011 at 3:25 am
Ok, after some playing i have got more detailed errors out of this deadlock. I tyhink they are different from before, i am posting them now and am also going...
February 16, 2011 at 4:47 am
Thanks, no it does not reference the destination table.
I can see lot's of carrige returns in the source data, i wonder if that is causing me issues?
February 14, 2011 at 9:48 am
Hi I just posted a message and your came in at the same time. I'm not sure i understand the question, I have two connection one to the view and...
February 11, 2011 at 7:40 am
Bearing in mind i have an ssis package. I have just found this command that i have ran on the destination server in the query window DBCC TRACEON(1204, 1224, 3605,...
February 11, 2011 at 7:22 am
Hi, Thanks for that.
I am not familiar with the necessary tasks to setup the trace flag and get the deadlock graphs? I guess I’ll be googling that, please inform...
February 11, 2011 at 3:19 am
Hi, I managed to get some errors writting to the logs and wondered if anyone could give me some help with them. There are a few 🙁
Thanks
#Fields: event,computer,operator,source,sourceid,executionid,starttime,endtime,datacode,databytes,message
PackageStart,CRM,CRM\Administrator,Package,{32833F60-011C-44C1-AE01-DE591DC521B8},{AE9C75BA-F1C0-46E3-9BE6-BE14E2606778},10/02/2011 16:43:10,10/02/2011 16:43:10,0,0x,Beginning...
February 10, 2011 at 1:08 pm
Thanks for your replies.
I have just right clicked on the arrow joining the source and destination and can see the data viewer, after a while i can see the...
February 8, 2011 at 9:41 am
That was just what i needed.
Thanks for all the help, one more quick thing. Those big functions what senario would you use those in?
Thanks again
January 5, 2011 at 2:38 am
It's not a view, it's a real table in my SQL Express 2008 database.
January 4, 2011 at 12:11 pm
I nearly missed that post, i tried the following but it generates an error. Any thoughts?
update dbo.wce_contact set firstname = dbo.ProperCase(firstname)
Error:
Msg 1014, Level 15, State 1, Line 1
TOP clause contains...
January 4, 2011 at 11:29 am
Viewing 15 posts - 31 through 45 (of 128 total)