all groups > sql server clients > may 2005 > threads for may 1 - 7, 2005
Filter by week: 1 2 3 4 5
JWR
Posted by Jim Richards at 5/5/2005 7:05:57 PM
Jens, I have tried to do what you have suggested. If I take a snapshot of
different areas of my PC and upload them to my website and furnish you the
URL so that you can view the snapshots, will you view them? I've had one MVP
refuse to click on any outside link. I believe that if I show you diffe... more >>
DBCC CHECKDB
Posted by Joh at 5/5/2005 3:51:29 PM
If error occur while testing the database via DBCC Checkdb command like
table corruption error so how can we solve this.... or if any one have faced
any DBCC CheckDB error...
Thanks
... more >>
SQL Server with XML
Posted by Joh at 5/5/2005 3:08:26 PM
Any website available from where I can learn about SQLServer with XML....
Thanks
... more >>
User interaction with SQL
Posted by CJ at 5/5/2005 2:59:28 PM
I am a Windows admin who knows how to administer SQL server, but I don't
have any experience in creating a data interface so that regular users, who
don't know anything about SQL commands, can manipulate the data.
Any good books or suggestions? Basically I want to be able to create
something ... more >>
Regional settings weird problem
Posted by nospam NO[at]SPAM mlu035.freeserve.co.uk at 5/5/2005 8:16:49 AM
Hi
Whenever I run a query in enterprise mananger that contains a date
against one of our SQL server databases, the regional date format on my
local machine is being altered.
I usually have my local machine setting as dd/mm/yyy (UK format) but it
is being altered to mm/dd/yyyy when I run a q... more >>
MCDBA
Posted by John at 5/3/2005 9:40:46 PM
I am MCDBA and I want to make my email address like john@mcdba.com.... is it
possible?
Thanks
... more >>
Error :It contains one or more disallowed constructs
Posted by John at 5/1/2005 10:18:13 PM
CREATE TABLE CUSTOMER_2004
(CustID int,
FirstName varchar(50),
LastName varchar(50),
CreationDate datetime check (creationDate >= '01-01-2004' and creationDate
< '01-01-2005'),
constraint Customer_2004_Pk primary key(CustID,CreationDate)
)
CREATE TABLE CUSTOMER_2005
(CustID int,
Fi... more >>
|