Viewing 15 posts - 25,411 through 25,425 (of 26,490 total)
We may (will) have to revisit how we are doing configurations. The process we use now works fine between developing on our workstations and deploying to our development system....
November 4, 2007 at 6:25 pm
Is there anything in the data to indicate when the data changes from one format to the other?
November 2, 2007 at 5:25 pm
Personally, different data should be in seperate files.
November 2, 2007 at 3:34 pm
The book I bought when I started working with SSIS is Professionl SQL Server 2005 Integration Services by WROX. It worked well for me when I first started and...
November 1, 2007 at 1:21 pm
Can't answer your question(s), yet, as we only have our Data Warehouse development environment at this time. We are still awaiting our QA and Production systems. Here is...
November 1, 2007 at 1:11 pm
How's this: Let's take a complex process and dissect into it multiple subsystems and make it more complex to understand. If you are writing an ETL system from...
November 1, 2007 at 1:01 pm
That I can't explain. I have installed all components of SQL Server 2005 Development Edition on both of my workstations, and assisted others with the installation on theirs with...
October 24, 2007 at 11:02 am
You were running the instcat.sql from the wrong place. You should have run it from SQL Server 2005 x64 server. we had the same problem initially, and once...
October 24, 2007 at 10:57 am
IIS is required to installed Reporting Services, you can proceed with the install of BIDS without having IIS installed on the workstation.
😎
October 24, 2007 at 10:12 am
Could you provide more details on how your installation of BIDS is being blocked? I have BIDS installed on my workstations and we don't have IIS installed on the...
October 24, 2007 at 7:40 am
Not if you spend pounds as fast as dollars. I was stationed in England for 2.5 years in the Air Force. It was expensive on the local economy....
October 23, 2007 at 11:48 am
Hopefully the code I provided works for you, but I (and I am sure others will agree) think it is not a good idea to store dates as integer values....
October 23, 2007 at 9:21 am
Can we ask why you need to do this?
Also, this should work: select year(getdate()) * 10000 + month(getdate()) * 100 + day(getdate())
Replace getdate() with your column name.
😎
October 22, 2007 at 4:29 pm
Viewing 15 posts - 25,411 through 25,425 (of 26,490 total)