Viewing 15 posts - 136 through 150 (of 183 total)
Hello Hari Narayan Sharma
I got the following error message in BIDS:
Cannot read the next data row for the data set reports_test.
The conversion of the nvarchar value '505555555555' overflowed an int...
July 7, 2008 at 9:04 am
Thanks Hari Narayan Sharma
I got the navigation alright, but i am having problems with the retrieval of the requested records based on the OrderID, when i click an OrderID, it...
July 7, 2008 at 7:45 am
Thanks Guys for looking at it, but i got it fixed eventually after doing a little more digging, and i ended up using the following script:
USE DB_Reporting
SELECT T_OrderLine.StockID, T_OrderLine.Quantity AS...
July 7, 2008 at 3:12 am
Thanks Guys for looking at it, but i got it fixed eventually after doing a little more digging, and i ended up using the following script:
USE DB_Reporting
SELECT T_OrderLine.StockID, T_OrderLine.Quantity AS...
July 7, 2008 at 3:12 am
Hey Guys
Thanks for all your replies which has been very helpful, but when I tried it this way i got the following message, can anyone tell me what I doing...
July 7, 2008 at 2:43 am
Hi
Have a look at the following link:
http://community.discountasp.net/default.aspx?f=16&m=8808
That should shed more light on what you are doing wrong
February 25, 2008 at 7:01 am
Also you will be given the chance to choose which db table you want to transfer into the destinated table or db
February 22, 2008 at 6:58 am
Open a SSIS project, create a new package, right click on "SSIS Package" and click on "SSIS Import/Export Wizard".
Once you have it started the wizard you can then select your...
February 22, 2008 at 6:56 am
To create a simple data transfer, I will advice you to use the SSIS import/export wizard of version 2005, and save it as a SSIS package which can reused
February 22, 2008 at 6:36 am
Yeah, thats the answer to my second question, permission are affected when a database name is renamed.
February 13, 2008 at 10:52 am
Thanks Gail
It basically means that db's ment for read only purposes can be cmpressed using the NTFS compression feature.
Which also means that it wont be a good idea to use...
February 13, 2008 at 3:51 am
I created the script with sql back up, but when i try to insert that sccript into a maintenance plan with SMS, there is no option.
Like i said the ability...
February 12, 2008 at 11:58 am
I agree with you Ramon, but the problem with the maintainance plan is that it wont enable me to encrypt the db backup when completed?
February 12, 2008 at 4:12 am
There is a possibility of the backup job running concurrently with another process, I'll suggest you use filemon or ProcessMonitor, to find out what process is obstructing the backup.
There is...
February 12, 2008 at 4:05 am
If you created a job to back up ther db's with a third party application; it is likely that the failed job, has logged an error log, SMS will not...
February 12, 2008 at 3:27 am
Viewing 15 posts - 136 through 150 (of 183 total)