all groups > sql server programming > july 2006 > threads for saturday july 1
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Good books about huge databases ?
Posted by Jarod at 7/1/2006 10:23:16 PM
Hey
I need some good books about working with enormous amount of data. The table
rows are counted in milions. Have you used SS-2005 with such big amount of
data ? What was your experiences ? Any bad things happend ? Any supprises ?
Any bugs ? Is there big perfomance diffrence between SS-2000 ... more >>
I have problem with comparing records in the same table
Posted by Amal at 7/1/2006 9:57:33 PM
I have a table with these fields
This table says how many times a person enter a place
I want to create new table that contains People who Enter that place
1) twice within a month
2)Or 4 times within a 6 month
3)Or 6 times within a year
Person Id | Name | EnterDate
1 | Nishantha |... more >>
Cannot create new SQL database.....
Posted by wally at 7/1/2006 7:46:29 PM
I have Visual Studio 2005 Pro. I installed SQL Express 2005 and rebooted.
But, when I right click on "Data Connections" in the Server Explorer and
choose "Create New SQL Server Database..." and attempt to create a new
database on the local PC, I get the following error "An error has occurred ... more >>
About the presence of alter procedure?
Posted by clintonG at 7/1/2006 7:31:14 PM
Is it a good practice to leave the alter procedure statement in a stored
procedure? Does it affect the execution in any way? Is it common to comment
the statements out until needed again?
--
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://www.metromi... more >>
Need help with SQL Syntax
Posted by D. Patrick at 7/1/2006 7:26:56 PM
I didn't create the architecture, it doesn't have any unique numeric key
IDs, and I can't change anything. I need to create a select statement that
returns all items that are in stock.
Table rows look like this (I am simplifying it to convey the point):
ProductSKU InStock A... more >>
SS2005 Version Control
Posted by Joe Delphi at 7/1/2006 7:11:06 PM
Hi,
SQL Server 2000 had some system stored procs for version control like
dt_checkinobject and dt_checkoutobject but these stored procedures seem to
be missing from SQL Server 2005.
Does anyone know the story here? Have these system stored procs been
replaced by something... more >>
query running slow
Posted by vicky at 7/1/2006 12:15:31 AM
I have a query which runs under 15 sec. through query analyzer. But when
same query is getting executed by .net console application, using ado.net,
it takes 10-15 min. What can be the problem?
... more >>
How to move a SQL Server 7 (no Service Pack) database to SQL Server 2005???
Posted by Alan Mailer at 7/1/2006 12:00:00 AM
I'm not proud of this, but I currently run a database on SQL Server 7
with NO service pack applied.
How do I transition that database to SQL Server 2005? Admittedly my
research has been very preliminary, but I'm not finding much help on
how this can be done. I'm sorry if this has been asked ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
dbcc inputbuffer value
Posted by Vikram at 7/1/2006 12:00:00 AM
Hi,
I want to store DBCC inputbuffer value in a variable and then want to
comapare the value.
How ca i store the value in a variable or table inside a script?
... more >>
|