all groups > sql server (microsoft) > february 2007 > threads for february 1 - 7, 2007
Filter by week: 1 2 3 4
How to use SQL Server Express
Posted by Bit Byte at 2/5/2007 3:14:38 PM
I just downloaded SQL Server Express (along with Visual Web Developer).
However I am at a loss as to how to use it - since it appears to have
installed only a service/server configurator (IIRC) - and there is no
available documentation (with the install).
I have a lot of experience with oth... more >>
Troubles with blocking processes in SQL Server 2005 - how to investigate?
Posted by David Conte at 2/5/2007 2:34:24 PM
Hi all,
I am having an issue at one of our client sites.
Our software uses an SQL Server 2005 backend, and this particular site
is having an issue where a couple times a day, some processes block
each other and pretty much prevent our application doing any work, it
times out (and thus affects... more >>
To BLOB or not
Posted by justin at 2/5/2007 6:35:13 AM
Hello, I am designing a database in SQL Server 2005 that will be
holding a large amount of text for many different "forms". In this
system a user would pick a type of form, which really is a template,
and fill-in the blank portions of the form. That text would then be
saved in the database.
W... more >>
Read Only cells in a SQL Server 2005 View
Posted by marzak NO[at]SPAM newhouseweb.com at 2/5/2007 6:15:19 AM
Hi,
I have a DB migrated from SQL Server 2000 to SQL Server 2005 and I
have a strange problem that I don't find any reason.
I make a simple SQL Query with one table showing all the fields and
everything goes well. But when I insert another auxiliar table and
showing one field, then I can't ... more >>
Problem with "locked" SQL Server Express database files - Please help!
Posted by Glen Buell at 2/4/2007 7:36:53 PM
Hi all,
I have a major problem with my ASP.NET website and it's SQL Server
2005 Express database, and I'm wondering if anyone could help me out
with it.
This site is on a webhost (WebHost4Life) and was running fine and
dandy, until I decided I needed to add some additional stored
procedure... more >>
Store .doc text in column type
Posted by Dean Slindee at 2/3/2007 9:41:37 AM
Is there any column type available in SQL Server that will faithfully store
any and all special characters used in a Word .doc file?
Thanks,
Dean S
... more >>
2005 Express Edition with Advanced Services download
Posted by R.A.M. at 2/2/2007 7:40:51 PM
Hello,
Could you help me please and tell URL of SQL Server 2005 Express Edition
with Advanced Services download? (I need Advanced Services because I need to
use full text search.)
/RAM/
PS. I downloaded SQLEXPR_ADV.EXE and SQLEXPR_TOOLKIT.EXE from Microsoft, but
it didn't install full text s... more >>
Buffer cache
Posted by David Gray at 2/2/2007 4:15:59 PM
Hi,
Doing some comparisson testing on SQL 2005 and thought it might
provide a fairer test if each query ran without the benefit of any
previous execution plans.
Could anyone tell me
a) how to clear the buffer cache
b) how to see what's in it
Thanks
DAve ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How many entries/steps does the SQL agent history retain?
Posted by David Gray at 2/2/2007 9:39:36 AM
Hi,
SQL 2005 Std edition.
Got a SQL Agent job with 17 steps that runs every 15 minutes. Problem
is the SQL Agent history seems to lose history at about 100 entries. I
can then see what has happened overnight.
Does anyone know where this limit is set?
Thanks
Dave ... more >>
Linked server insert error on IDENTITY column
Posted by steve at 2/2/2007 5:37:50 AM
Hi
I get this error:-Server: Msg 213, Level 16, State 4, Line 1
Insert Error: Column name or number of supplied values does not match
table definition.
when I run this query:-
INSERT INTO <LinkedServer.<Database>.dbo.<Table>
VALUES ('Full',getdate())
but when I run it locally, on the li... more >>
Database Size Mystery
Posted by markp2007-groups NO[at]SPAM yahoo.co.uk at 2/2/2007 3:49:08 AM
Why does my SQL Server db show loads of free space when the individual
files have hardly any?
I have SQL Server 2000 SP4 on Win2k Server. I have to keep a close eye
on the db size as we don't have a lot of disk space. When I went to
Enterprise Manager and then to the Shrink Database task, it t... more >>
2005: copying records between databases
Posted by R.A.M. at 2/1/2007 10:55:25 PM
Hello,
I would like to ask such question: what is the simples way to copy records
from table T in database D1 to table T in database D2 (I mean both
dataabases contain table T with same structure).
(I am rather beginner...)
/RAM/
... more >>
SQL Server 2005 Management Studio (SMS)
Posted by erato at 2/1/2007 10:31:32 AM
Hi,
I'm new to SQL Server 2005 and can't figure out how to make the Object
Explorer retain my servers so I don't have to keep reconnecting them.
If I close the studio down the Object Explorer is empty when I
return. This is probably really simple but any guidance would be
greatly appreciated... more >>
|