all groups > sql server (microsoft) > may 2006 > threads for may 22 - 28, 2006
Filter by week: 1 2 3 4 5
Arithmetic overflow error
Posted by rmmcgr at 5/28/2006 9:33:23 PM
For reasons of convenience I am importing data into a table, include a
dates, where all fields are text data types.
When I try to then query the database, converting a field into a
datetime (with convert) I get the following error:
"Arithmetic overflow error converting expression to data typ... more >>
Who created a Job?
Posted by Atkins at 5/26/2006 10:16:07 AM
Is there anyway of determining who created a SQL Server Job?
... more >>
Installing Reporting Service Enterprise on SQL Server 2000
Posted by 伽利略 at 5/25/2006 11:28:24 PM
Dear All:
For some special reason, I need to install Reporting
Service Enterprise unto SQL Server 2000 Standard Version. Is this
possible?
Joel
... more >>
testing web apps on a home computer
Posted by Jessica Weiner at 5/23/2006 11:53:09 PM
I am running windows xp pro on my home computer and would like to test an
database driven ASP .NET web application. I need to be able to create an SQL
database which will be assessed by the web application. I already have a
local IIS Server up and running.
At work, I use SQL Enterprise Mana... more >>
Network Admins vs. Sql Progammers
Posted by RAlcant at 5/23/2006 10:00:52 AM
I'm not 100% sure if this is the correct area to post this topic, but
I'll give it a shot.
I have just started working for a new company and came in a huge
scuffle between Network Admins and SQL Programmers. The problem is the
programmers want full administrator control on the sql server, but... more >>
How to Dump Multiple Stored Procedures to Multiple Files?
Posted by samtilden NO[at]SPAM gmail.com at 5/23/2006 6:52:20 AM
I would like to dump each of the stored procedures in one database to a
separate file.
Programmatically would be great (e.g., start with SELECT * FROM
sysobjects WHERE xtype='P'), so that I can have greater flexibility.
My last resort is to use some tool already written by somebody else
tha... more >>
creating a diary
Posted by surena at 5/23/2006 6:47:21 AM
I want to design a physician appointment database. I want to design
the time in day as an entity, with days of week (like sunday) and
holiday status of day (0 or 1) as its attributes. How I can fill its
table for a known period like the next 3 months without using a diary?
For example today is ... more >>
Access 2003 database to SQL 2005
Posted by dtcbinh at 5/22/2006 11:31:04 AM
Hello,
I am new with SQL server and I would like to convert my Access 2003
database to use with SQL 2005. I know there is a tool in MS access
called Usizing Wizard to help me to do this, but can this tool convert
Access Forms, Querries and Reports to SQL as well?
One this database is migra... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Invalid operation. The connection is closed.
Posted by archana at 5/22/2006 7:06:06 AM
Hi all,
I am using sqlconnection in .net and opening connection at the begining
of application and closing it at the end.
But some time i am getting error.
'Invalid operation. The connection is closed.'
can someone tell me reason behind this error.
Please tell me as this is very very i... more >>
Select colunm on basis of parameter
Posted by Utsav.Verma NO[at]SPAM gmail.com at 5/22/2006 12:30:33 AM
is it possible to select colunm dynamiclly from a table based on given
parameter??
... more >>
|