Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > . > Databases > MS SQL [6 Forums][Track this Category]
   Browse sub-categories   
» MS SQL 2000 [3]» MS SQL 7 [1]

   Latest threads in category   
DatabaseJournal Clustering for Availability and Performance  
16:14 19-Aug-07   [Replies: 4, Views: 633]    By: sfonative
Hi, I'm a businessperson, not a software engineer, so please bear with me if my questions seem simple. We are about to migrate from MS SQL Server 2000 to 2005. In our 2000 deployment, we hav...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal Moving to a new server  
21:40 17-Aug-07   [Replies: 5, Views: 733]    By: Picha Pie
Our SQL server, Report Server and IIS server are all on 1 physical server but that's going to change. We're moving the IIS/web server to a new box but the database server & report server will ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal SQL Native Client driver  
21:23 16-Aug-07   [Replies: 4, Views: 256]    By: Picha Pie
We're upgrading from SQL2K to 05 next week. We want to push the SQL Native Client driver(ODBC) thru the network but IT said it can only be an msi or exe file. Is their anyway we could get this fil...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal SQL 2000 SP4 on a cluster  
18:34 16-Aug-07   [Replies: 3, Views: 117]    By: timc
If I have SQL Server 2000 ENT edition on a cluster active/passive. Do I need to apply the service pack on the active instance, and then bring up other instance and reapply? While I am at it, I b...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal Query to find schools with only boy/girls  
15:51 16-Aug-07   [Replies: 7, Views: 554]    By: retrib
I've been struggling with this one for quite some time now and would appreciate some help:- I'm trying to get a list of schools that only has male students. the closest I have so far:- S...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal Failed to connect to SQL server 2005 instance  
14:36 16-Aug-07   [Replies: 7, Views: 1103]    By: theresatan
Hi: I have a SQL 2005 instance (standard edition with sp2 on windows 2003 server) located on different domain. I can connect to it by using sa only. I need to use SQL login. I created ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal DATEDIFF for business days only  
13:50 16-Aug-07   [Replies: 4, Views: 207]    By: CORVA
I'm looking for a DATEDIFF function which will give me the BUSINESS days difference between 2 dates. e.g: datediff(day,'08/08/2007','08/14/2007) would normally result in 6 (i think), however...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal transfering data from one table to another table  
06:11 16-Aug-07   [Replies: 6, Views: 831]    By: nisha
If we are transfering data from one table to another table say for ex transfering 1000 rows from one table to another table, how we can find whether all the rows are transfered. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal files in sql  
06:15 14-Aug-07   [Replies: 10, Views: 708]    By: nisha
If anybody knows can you please let me know how to view the files in sql server ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal Finding non valid dates with a char field  
13:47 9-Aug-07   [Replies: 2, Views: 117]    By: timc
I have a table with several million rows of data. There is a date field defined as a char(8) with some bad rows. i tried to locate them with below select date_stopped from patient_medicatio...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal fetch a scalar value from a table---help  
09:26 8-Aug-07   [Replies: 0, Views: 464]    By: Unnamed
Dear Xperts im relatively new to t-sql. i have a table column which show the destination call no including country and area code with telephone... DestinationNo=63927012345678 (first ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal Purging the old Transaction Log files  
04:49 8-Aug-07   [Replies: 1, Views: 238]    By: mvsandhya
Hi, In one of our DR Servers we have configured Custom Logshipping. In the folder where the .TRN files are getting copied there is a script to purge the files which are older than one day. Fol...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal BackUp Script  
18:10 7-Aug-07   [Replies: 1, Views: 266]    By: Owais
I was wondering if someone can help me with the backup copy script. I am using the following script. BACKUP DATABASE [NewUniverse] TO DISK = 'D:\IND-SAPSQL\BackUp\NewUniverse.bak' WITH INIT ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal Dynamically mapping source & target (has to be copy column)  
13:07 6-Aug-07   [Replies: 0, Views: 116]    By: komerelley
Hi All, i am pretty new to sql server and i have a task to be accomplished, but somehow got stuck up with the below I have 2 databases in 2 servers,each database has same tables, say ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal Inserting data from one table to another  
03:41 6-Aug-07   [Replies: 3, Views: 2348]    By: seric
Hi, I have two tables in a data base and i'm inserting the data from one into the other...no probs. What i was wondering is, in table1 i have an column of ID numbers. In the table2 i have a match...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal Word count  
21:59 3-Aug-07   [Replies: 2, Views: 796]    By: seric
Hi, I was hoping somone could help. I need to count the number of words in a specfic column in a table if i didn't know what the words said. I can count the number of words using DECL...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal Storing Part of an Express to a Variable  
19:14 3-Aug-07   [Replies: 1, Views: 156]    By: CQuell
I know this can be done, because I saw it and tried it once. But did not use it at the time and consequently forgot how. I am storing an expression to a variable @Var Varchar(50) @Var = ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal Configure SQL Server 2000 on Web Server accessiable to client!!  
05:39 3-Aug-07   [Replies: 5, Views: 176]    By: op_pap
I recently had configured my Web Server based on Windows 2003 Server and IIS 5x. I'd also installed SQL Server 2005 into this. Now I want toc onfigure this SQL Server, so that my client can access...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal Sysmessages Table  
19:30 2-Aug-07   [Replies: 1, Views: 107]    By: inet
Hi All, The sysmessages table in the master database has a column called dlevel and this column has the following values: 0, 1, 2, 4, 127, and 128. I found out that dlevel 128 means "alwa...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal Could not allocate space for object because the 'PRIMARY' filegroup is..  
14:46 31-Jul-07   [Replies: 1, Views: 391]    By: romainp
Hi, I hope that someome could help me with this issue and give me some hints on how resolve it. The issue is with the job optimization. first, let me give you some settings : I have an app...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal How to decrease the size of data file ?  
18:36 30-Jul-07   [Replies: 4, Views: 195]    By: Owais
Hello Guys, Just wondering if someone can help me decrease the size of mdf and ldf files. In the past production database "NewUniverse" had been allocated space of 100 GB for mdf fil...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal SQL Server Error Messages  
18:35 30-Jul-07   [Replies: 2, Views: 155]    By: inet
Hi All, I was wondering if anybody knows where to get a complete list of SQL Server error messages. I am writing a stored procedure that scans SQL Server Logs for errors and if there are error...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal SQL2K: MDF file size growing fast  
17:17 30-Jul-07   [Replies: 11, Views: 401]    By: junOOni
Hello, I have got another annoying problem. The MDF file size on one of the machines is growing really fast. We zip the mdf/ldf files every day from all the machines in the dataentry dept. On ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal Deployment package for Managed Report...  
06:20 30-Jul-07   [Replies: 0, Views: 26]    By: JohnS-T
Hi All, We have been using Reporting ervices internaly for some time and are now looking to provide reports to external customers. Whilst it is posible to connect to thier systems and deploy d...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal In MS SQL Server 2000 How to find last used stored procedure ?  
06:11 30-Jul-07   [Replies: 1, Views: 1325]    By: seshukumar_7
Hi This is seshu. Is there any way to find out the last used stored procedure. Let me know about this one. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread

<<First  <Previous  4  5  6  7  8  [9]  10  11  12  13  14  Next>      
 




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006