all groups > sql server (microsoft) > june 2006 > threads for june 1 - 7, 2006
Filter by week: 1 2 3 4 5
PK vs Clustered Unique index
Posted by Pippen at 6/7/2006 3:29:48 PM
Is there a difference between a Clustered Unique Index and a Primary Key
(Clustered / Unique)? The reason I ask is that someone suggested adding a
non-Clustered PK on on a table that has a Clustered Index. Their thought was
that the other non-clustered indexes may benefit for their lookup with... more >>
How do you use SQL server 2000
Posted by WR at 6/7/2006 1:42:23 AM
High, I jsut started this database class, so this is all new for me.
I also installed some Microsoft SQL server 2000 Developer Edition on my
computer. The components include Query analyser, Enterprise manager,
Import Export Data, Profiler, Server Network Utility, etc.
I would like to kno... more >>
changing datetime Sql Server 2005
Posted by kleo at 6/7/2006 12:25:10 AM
what am i changing datetime in sql server 2005??
i want to change my datetime english to turkish ?
i wrote a query
select getdate()
it reults
2006-06-07
i want to change tukish ,because i must take a result 07.06.2006
... more >>
REINDEX Question
Posted by Ed at 6/6/2006 7:54:36 AM
Quick question for you all.
I have recently ran a reindexing on all of the tables in the DB and
after it was complete it went from 8 GBs to 15 GBs (this does not
include the log file, which also grew)!!! Why would the DB grow so
much on a reindexing?
Thanks,
Ed
PS. I ran the Shrink D... more >>
Deleted large table, shrunk database, backup file was not smaller
Posted by jbiros NO[at]SPAM sppinc.net at 6/6/2006 6:58:26 AM
SQL Server 2000:
Hello,
I ran a stored procedure to find the top 25 largest tables in our
database and noticed that the 4th largest table was no longer part of
the system as of 2 years ago. The table was approximately 300MB in
size. After verifying that it was no longer being used, and th... more >>
xp_regread problem on Windows XP
Posted by FireSoft at 6/6/2006 4:18:20 AM
Hi,
when i read a registry in remote on Windows XP professional as server
and client the xp_regread function doesn't return a value when if i
read the same date on a server with Windows 2003 server and client with
Windows XP professional works well...
I use:
USE MASTER
DECLARE @test varc... more >>
Version of Sql Server 2005
Posted by sndeepgoel NO[at]SPAM gmail.com at 6/2/2006 9:02:28 AM
hi friends,
want to go for exam 70-431 for MCAD certification. Want to ask which
edition of Sql Server 2005(70-431) should i use?
Sandeep
... more >>
How to count current login user by login id
Posted by Silas at 6/1/2006 9:52:05 PM
Hi,
Is anyone know how to count number of sql users login in with specific login
id (e.g. sa) ? Inaddition, if the users use a machine run sql enterprise
manager with three connection the count should show as "3".
Regards,
Silas
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Is there an easy way to make a copy of a DB on the same server
Posted by kgslego at 6/1/2006 11:39:55 AM
I would like to create a copy or two of a database on my SQL server and
give each a unique name and then use them to run various tests.
I am running SQL 2000 on W2003 and have only the one SQL server.
Can anyone point me in the right direction?
... more >>
sql express vs msde 2000 = reverting back to msde 2000
Posted by Vlado Jasovic (www.excelleinc.com) at 6/1/2006 10:58:13 AM
Hello,
We're developing a c# application that used msde 2000 as a backend.
Our customers have used it for some 2+ years, 5-15 concurrent users and no
problems whatsoever.
- After upgrading to SQL Express 2005 we're experiencing HUGE speed issue.
It's probably due to SQL Express' 1 CPU... more >>
Stored procedure suddently stopping. (very very urgent(
Posted by archana at 6/1/2006 5:44:22 AM
Hi all,
I am having one windows service in c# in which i have 2 threads.
In each of thread i am executing one stored procedure and waiting for
that stored procedure to complete in thread procedure itself.
My stored procedure is long running which may take 2-3 days.
What is happening is ... more >>
sql server is not allowing connections on port 1433 anymore
Posted by Stig Vanmoerkerke at 6/1/2006 4:52:38 AM
Hello,
we have a strange thing. A sql server of a client of ours has run
always very well, but all of the sudden, it does not allow connections
on port 1433 anymore.
doing a telnet xx.xx.xx.xx 1433 gives this error:
Connecting To 10.173.10.100...Could not open a connection to host on
port 1433... more >>
|