all groups > sql server new users > may 2005 > threads for may 15 - 21, 2005
Filter by week: 1 2 3 4 5
Newbie: how to make a datatypeconversion in a view
Posted by Remco Groot Beumer at 5/21/2005 12:00:00 AM
Hello,
I'm making a view in SQL Server EM. In this view I want to generate a field
which combines 3 other fields simply together.
I have the fields: lngNumber (numeric), txtOpdrachtgever (string) and
txtAfdeling (string) which I want to combine (with a space between each
field). In Access rep... more >>
Reporting Services Books Online
Posted by esdunagan at 5/20/2005 12:42:04 PM
What is Reporting Services Books Online? I have seen reference to this in
postings.... more >>
SQL Restores
Posted by NOBI at 5/20/2005 6:57:22 AM
I have used my enterprise manager to automatically backup SQL databases but
am a little unclear on how to restore. I would like to do test restores to an
alternate location so as not to interfere with daily operations. Any help or
recommended reading would be appreciated.
Thanks... more >>
ntext problem
Posted by Ados at 5/20/2005 12:00:00 AM
Hi friends,
Sorry for my not perfect English.
I am new in sql, please help me with problem.
I have a table preview and table products.
When the user clicks button "submit" all data from current posting in
preview have to be moved in table customers.
I am using this SP
CREATE PROC... more >>
Transactional replication on SQL Server 2000
Posted by M. D'Costa at 5/20/2005 12:00:00 AM
Hello,
I have a question regarding transactional replication.
I have one publisher/distributor and a remote subscriber. I have a push
subscription which works fine and runs once on the hour except for one
thing - each time it runs, it creates all the database objects again, i.e.
all tables ... more >>
Newbie - Auto increment key
Posted by Kay at 5/20/2005 12:00:00 AM
Hi all,
I have a "history" table in my SQL2000 DB, this table is the most busiest
and bigest among the others, we also found that the "select Max(history_key)
+1" statement is the highest "number of read" sql statement in our db.
So I'm thinking, if I set the History_key field to auto inc... more >>
query analyzer
Posted by aacang at 5/19/2005 7:20:02 PM
how to delete data using query analyzer?... more >>
Newbie, Howto create trigger to delete an external image file
Posted by robdob2003 NO[at]SPAM yahoo.com at 5/19/2005 6:51:05 PM
Hello,
I'm using SQL2000 and I have a table which has a field within it called
"ImageFileName", what I would like to do is create a trigger to
automatcially delete the disk resident image file that is contained within
the "ImageFileName" field of the table upon the deletion of any of these... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Import XML into SQL table
Posted by a-jameb at 5/19/2005 12:55:31 PM
How do I import an XML file into a SQL table?... more >>
Default Value for a column
Posted by DDENet at 5/19/2005 10:42:45 AM
How can I make the default value of a column = a different column in the
same table?
ColumnA ColumnB ColumnC
ColumnC Default Value = ColumnA
thanks for your help!
Doug Evans
Server Systems Administrator
University of Puget Sound
... more >>
Replication Rights
Posted by hannibalkj at 5/19/2005 8:54:03 AM
Hello,
I would like to have someone be able to monitor replication jobs without
giving them full admin rights. Is there any way that someone can see and
manage replication jobs without being added to the SysAdmin role? thanks
... more >>
Database transfer
Posted by Philip Germanos at 5/19/2005 4:49:01 AM
hello,
I have my database server environment on the same pc where i have my
development environment because i am still in the testing mode, but when i
want to switch to the production mode, i want to install my db server on a
separate computer so that clients can use the application. The ques... more >>
database transfer
Posted by Philip Germanos at 5/19/2005 4:46:06 AM
hello,
I have my database server environment on the same pc where i have my
development environment because i am still in the testing mode, but when i
want to switch to the production mode, i want to install my db server on a
separate computer so that clients can use the application. The ques... more >>
SQL 2000 WORKGROUP EDITION
Posted by Cesare at 5/19/2005 3:33:29 AM
Hello, which are the users technical access limitation when you are using the
sql 2000 workgroup edition?
thanks a lot for your reply... more >>
How to Pass Parameters to a Report?
Posted by Malik Asif Joyia at 5/18/2005 10:10:01 PM
Hello
I am unable to find a way to pass parameters to my Report. developed in Sql
Server Reporting service 2000. Kindly tell me how to call a report with
parameters.
i am able to call a simple reports only .
Thanks
ASIF... more >>
SQL Server 2000 64-bit Hardware Requirements
Posted by Chin Ee at 5/18/2005 8:04:02 PM
Hi Everyone,
Currently, as stated in Microsoft SQL Server 2000 Books online (64-bit), it
stated that it only support Intel® Itanium™ and Itanium II processors with
64-bit CPU.
I would like to seek advice if the current SQL 2000 64-bit SQL supports the
new Intel Xeon MP processors code... more >>
.NET Transactions that call SQL SP Transactions
Posted by Scott M. at 5/18/2005 6:49:21 PM
If a .NET transaction gets rolled back and a SQL SP that, itself contains
SQL
transactions had already been invoked, will the SQL transaction get rolled
back if the .NET transaction gets rolled back?
If not, how would you handle this?
Thanks,
Scott
... more >>
Templates don't show-up in QA Object Browser?
Posted by Todd M. Taylor at 5/18/2005 10:57:08 AM
I keep seeing tutorials on Query Analyzer's templates that show something
like this for the Object Browser:
http://www.windowsitpro.com/Files/09/21176/Figure_02.gif
I.e., when you click on the "Templates" tab of the Object Browser, all the
default .tql template files are nicely organized in ... more >>
Transaction Log Truncate Help
Posted by Brad Rogers. Tegron at 5/18/2005 9:50:57 AM
I have a user who created a new database which has since filled my storage
disk. The backup type is set to simple and the Maintenance plan is set to
backup the transaction log. However, the transaction bu job fails. The log
is currently at 110 Gigagbyte and has completely filled the disk. ... more >>
Not associated with a trusted SQL Server connection.
Posted by Samy at 5/18/2005 5:50:03 AM
Hi every one,
I opened a DOS window. What I typed and what respose I got back are here
below.
C:\>osql -U sa
Password:
Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server
connection.
C:\>
I do see the icon for the SQL Server Service Manager at the bottom of ... more >>
Trigger question
Posted by Troy at 5/17/2005 11:50:04 PM
Hello,
I have a very simple table that I need to setup a trigger for but I totally
confused. The table config is as follows:
Order Table
orderid, salesClerkId, itemid, qty
Inventory table
itemid, desc, quantityonhand, re-order-level
I need to setup a trigger on the order table that w... more >>
RESTORE LOG {databasename} FROM {device} WITH NORECOVERY
Posted by Arturo at 5/17/2005 3:17:42 PM
Supposedly, I can apply one or a series of Transaction backups to a database
I just recovered from a backup file.
Below, the command I found to run the transaction file I have. I need to
know what “device†are they asking for?
RESTORE LOG {databasename} FROM {device} WITH NORECOVER... more >>
Need help to find this info ...
Posted by Kris at 5/17/2005 11:55:22 AM
1) How do I know the number of active users logged onto a particular Database
schema on SQL server? I need to fetch this info anf display it on a web page.
Pls provide the SQL query.
2) How do I know information about the Locks held on any particular database
Object? Pls provide the SQL q... more >>
Do we need different licence?
Posted by papaavola at 5/17/2005 11:06:03 AM
Hello,
I have question about lisensing MS SQL servers.
We are using software that uses MSDE as datastorage.
Now we are developing software that makes possible to remote use that
software through internet.
Do we need bought some another version of sql server license to use our
program thr... more >>
Unable to establish a trusted connection
Posted by Shyam at 5/17/2005 10:52:12 AM
Hi,
When i try to connect between ASP.Net developed in C# & SQL Server 2000
and establish a connection, i get the following error message "Unable to
establish a trusted connection".
Kindly advice,what are the stpes i need to take to resolve the problem.
Thanks,
Shyam... more >>
Return the result from dynamicaly generated query
Posted by Nilang Shah at 5/17/2005 10:27:56 AM
I have a pblm like following
1. i build one query dynamically(In Stored Procedure) through concatenation
of variables
2. i have to execute that query & i want result back in the variable so i
can use that variable.
following is not the exact pblm but same like following
declare @dt date... more >>
Incident Management
Posted by Daniel Zavalza at 5/17/2005 10:27:55 AM
Hi to everybody
This may sound a little bit strange but I need to create an incident report
form to provides us with feedback from the users suffering a problem with an
application, so because of mi lack of experience I don't know what to ask, I
wonder if there is someone in the community w... more >>
SQl server is Useless
Posted by Why do you need at 5/17/2005 6:30:01 AM
I strongly beleive SQL server should be removed all rights of bneing called a
RDBMS , When the basic Control statements like , Commit and Rollback does not
work.
I recommend that all the versions of the product should be completely
scratched and band from using.
If at all Microsoft membe... more >>
Help with query
Posted by Luiz Horacio at 5/17/2005 12:00:00 AM
Hi,
I have four queries that I have o run separately every and each time I need
them. I feel there is a way of making these four queries became one, but
this is high above my knowledge in SQL.
As you can see in the queries below, the only difference between them are
the 'origem' value (0100... more >>
UPDATE query between databases
Posted by Tom Gaughan at 5/17/2005 12:00:00 AM
Before moving data from Access to SQL Server, I had some update queries that
I ran to import some 3rd party data from other Access databases. I was able
to run the updates using a JOIN to the 3rd party data as linked Access
tables from within my main Access database. Now all of the data is in S... more >>
timeout
Posted by Randal at 5/16/2005 3:41:26 PM
Is it possible to change the timeout on a view run from Enterprise Manager?
... more >>
sp_MSforeachtable
Posted by Roman JR. at 5/16/2005 1:21:08 PM
Hi,
Is it possible to restrict sp_MSforeachtable only for specific tables in a
database
partial code
---------------------------------
exec sp_MSforeachtable
'select ''?'', count(*) from ?'
---------------------------------
thank you
Regards
Roman... more >>
Backup and restore DB
Posted by Francois Malgreve at 5/16/2005 12:00:00 AM
Hi,
I am backing up a DB from a server using Enterprise Manager. I just Backup
the DB onto a file, copy that file over the network to my local machine and
put that file in a temp folder on my local machine.
When I try to restore the DB, I have a problem as it wants to restore the DB
on the sa... more >>
Problem Restoring Database
Posted by TomJ at 5/15/2005 10:54:26 PM
I just recently installed MSSQL Developer edition on my Win-XP(SP2) machine.
I had a prior Enterprise version of which I had started to build some other
database for my own personal use. The databases tht I had under the
evaluation Enterprise copy were physically stored on another drive on my ... more >>
MSDE
Posted by Vitalijus J. Karalius at 5/15/2005 12:00:00 AM
Is this the correct newsgroup for MSDE basic questions??
... more >>
|