Viewing 15 posts - 466 through 480 (of 7,429 total)
Cannot be done with SQL itself. You will have to have a tier to stream the data in.
August 28, 2007 at 12:17 pm
Ahh comon, at least Office 2007 is more compatible with everyone, as the files are xml based.
August 28, 2007 at 12:15 pm
Not sure exactly what you mean, but as I understand your question the answer is a view is a stored query, it executes and returns the resultset when called, no...
August 28, 2007 at 12:01 pm
The are incompatible, you will need to create a database on SQL 2000 an import the data using the Import/Expot process from SQL 2005 instance. But you may not be able...
August 28, 2007 at 12:00 pm
The structure of an Oralce DMP file is incompatible with SQL Server. You will need either the data exported to CSV or TAB files for importing or have an Oracle...
August 28, 2007 at 11:58 am
Not neccessarily, make sure yo include DB and LOG growth. Remember TempDB is a scratch pad for large resultsets as they are bein joined or otherwise manipulated. Most times large...
August 28, 2007 at 11:53 am
I would try the index first, an unless either of the two columns are already in the primary key I would make an index with both in it, probably RouteID, ClientNumber...
August 28, 2007 at 11:48 am
Plus overcharging as a new DBA for a first time project can lead to blacklisting. I started out at $30 an hour on my first project with a fixed time...
August 28, 2007 at 11:43 am
Common issue for these types of things can be the stored execution plan. If you have a query that is based on variabl range size the first execution plan can...
August 28, 2007 at 11:37 am
Good point, got on one path and forgot to rethink when I had new information given to me.
August 28, 2007 at 11:35 am
And you are right, as a developer I would still say send more details and hash these things out, but posting here I do tend to work under some assumptions...
August 28, 2007 at 11:33 am
First do some gerenral maintenance to be sure things are par, depedning on sql version
DBCC INDEXDEFRAG or DBCC DBREINDEX -- to cleanup the indexes
then
sp_updatestats -- to update the databases statistics...
August 28, 2007 at 11:29 am
Fo me the issue I hav seen is that it all boils down to user experience. If the user has issues and even after a long period cannot figure out...
August 28, 2007 at 11:19 am
Although it may no handle everything you want (as I wrote it a long time ago and haven't doen muh with it) looking at te code shoul help you to...
August 28, 2007 at 10:42 am
That is life as it seems. Glad you found your answer thou.
August 28, 2007 at 8:58 am
Viewing 15 posts - 466 through 480 (of 7,429 total)