Viewing 15 posts - 7,666 through 7,680 (of 9,643 total)
I don't know how SQL Server handles streaming, but I do know that it will be likely that bringing a large image file across the network using SQL will take...
September 2, 2008 at 7:57 am
I am assuming you are getting this error from a .NET application. It looks like, based on the error, your application has a logic error so that it is...
September 2, 2008 at 7:50 am
On your task that imports the file have you checked the column length for this column in advanced settings input and output columns? My guess is that in your...
September 2, 2008 at 7:43 am
You must have dual-core CPU's and SQL Server recognizes each core as a processor, while the max processors allowed is based on sockets not cores.
Normally in SQL Server settings 0...
September 2, 2008 at 7:40 am
I agree with Mark. SQL Server, even 7 and 2000, when accessed by well-written code should not need to be rebooted other than for server maintenance reasons.
September 2, 2008 at 7:19 am
Did Atif's solution work?
What is the error?
You could do an explicit convert to character(varchar) on the numeric columns.
September 2, 2008 at 7:11 am
The simplest way to manage security in your instance, and I know you said you did not want to use a role, is to create a role with these rights...
September 2, 2008 at 7:06 am
In SQL Server 2005 SQL passwords are set by default to have to meet domain password requirements. The odds are your sa password does not meet this requirements so...
September 2, 2008 at 6:59 am
Rejeev,
You want to do a command line install of SQL Server Express/MSDE. You can include the installers for MDAC and Express\MSDE in your install package. Then you can...
September 2, 2008 at 6:33 am
Sure you can select them all in BIDS and then paste them in the package. They will get a number added to the end of the name.
September 2, 2008 at 6:26 am
Did the service account for SQL Server get changed?
Have you logged into the server using the SQL Service account to verify that the Outlook Profile is still working?
August 31, 2008 at 9:22 pm
I'm not sure but I think the CAST is being done BEFORE the filtering.
Also you may just have had an invalid value inserted into that column. you can use...
August 29, 2008 at 8:41 pm
Is the network route the same between the dev server and oracle server and the prod server and oracle server?
Why are you using dynamic SQL?
August 29, 2008 at 5:09 pm
You may not think code would help, but you haven't gotten much help without it either. Seeing the code may trigger someone's memory.
Have you compared all the database options?
Have...
August 29, 2008 at 5:05 pm
Viewing 15 posts - 7,666 through 7,680 (of 9,643 total)