Viewing 15 posts - 6,541 through 6,555 (of 13,877 total)
dianerstein 8713 (10/12/2016)
insert into [dbo].Cust (custid,[number],lockid)
values (134,118692,1098)
The following insert statement does not work...
October 12, 2016 at 10:50 am
DamianC (10/12/2016)
One question
You have:
declare @MaxID bigint
select @MaxID + MAX(ID) From TargetTable (TABLOCKX)
This returns NULL
I've amended it to (changed + for =)
declare...
October 12, 2016 at 8:30 am
lindsayscott23 (10/12/2016)
Thanks for your help and advice here - really appreciated.
That's a great suggestion to use a backup to create the development environment; I wouldn't have thought of...
October 12, 2016 at 7:52 am
Chris makes a good point. It's unclear from your initial post what a single row in the fact table represents. A transaction? A product price snapshot?
October 12, 2016 at 7:39 am
Sergiy (10/11/2016)
begin transaction
declare @MaxID bigint
select @MaxID + MAX(ID) From TargetTable (TABLOCKX)
INSERT...
October 12, 2016 at 6:11 am
After saving the CSV, open it using Notepad or some other text editor. Do not use Excel to open CSV files.
October 12, 2016 at 4:44 am
Try exporting from Excel to CSV and importing from the CSV.
October 12, 2016 at 3:28 am
komal145 (10/11/2016)
Why...
October 11, 2016 at 4:02 pm
komal145 (10/11/2016)
October 11, 2016 at 3:30 pm
wendy elizabeth (10/11/2016)
SELECT [lockID] = 4336
,[schoolID] = 134
...
October 11, 2016 at 2:07 pm
You have been here long enough to know that
a) You should use IFCodes around your SQL code
b) You need to include INSERT statements to populate your source tables with some...
October 11, 2016 at 11:31 am
GilaMonster (10/11/2016)
Brandie Tarvin (10/11/2016)
GilaMonster (10/10/2016)
Brandie Tarvin (10/10/2016)
Hugo, are you heading west (over the Atlantic) or east (over the Pacific) on your Amsterdam to Seattle leg?
North. The flight goes over Greenland...
October 11, 2016 at 5:39 am
pavan.msbi558 (10/10/2016)
But I don't have 64 bit system ..and I read all installion guides and requirements .but any where not specify the is it for only 64 bit...
October 10, 2016 at 1:18 pm
pavan.msbi558 (10/10/2016)
Nope.32 bit x86 system..I mentioned details above ...please check ..above reply
I know that you mentioned the details above. And I mentioned the reason for the error above.
Then you tried...
October 10, 2016 at 1:06 pm
pavan.msbi558 (10/10/2016)
Hey I downloaded a installation file from Ms site ..when I click double on setup.exe Im getting above error ...??????????
Are you receiving this error on a 64-bit system?
October 10, 2016 at 12:49 pm
Viewing 15 posts - 6,541 through 6,555 (of 13,877 total)