Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Maxxamillian

    Help with trigger...

    Need to set a trigger so that when a new record is inserted the max value in column flx_objid will be taken and incrememnted by one for the new record. So far no luck. Here is what I am working with. CREATE TRIGGER FLXTrans_ObjidCount ON FLX_Transaction FOR INSERT AS DECLARE @MaxCount...
  2. Maxxamillian

    Need to create a counter trigger

    Need to create a trigger that automatically increases the value in the flx_objid column by 1 when an insert occurs. Not quite sure how I would go about doing this as this will be my first trigger. Any help would be appreciated.
  3. Maxxamillian

    SNMP.exe is locking up.

    SNMP.exe is locking up the processor resources (99%) in the afternoons at about 4pm. We cannot pinpoint the reason why this is so. We have tried disabling different services and (including SNMP) to no avial. Any help or information would be appreciated.
  4. Maxxamillian

    I almost got it!

    Just need to be able to print out the value in next_value column but cant get it to go! CREATE PROC spUpdFsrHeaderID AS --Declare parameters. Names = column headers DECLARE @StartValue int DECLARE @EndValue int DECLARE @NextValue int DECLARE @ValueWidth int --declare new...
  5. Maxxamillian

    This is very involved! T-SQL

    I have started to create the following SPROC: CREATE PROC spUpdFsrHeaderID AS --Declare parameters. Names = column headers DECLARE @start_value int DECLARE @end_value int DECLARE @next_value int DECLARE @value_width int --set parameters to equal information already contained within...
  6. Maxxamillian

    Should I rebuild indexes?

    Should I rebuild indexes as part of my daily/weekly database managment/maintenance and if so how often? The crux of the hypothesis is the biscuit.
  7. Maxxamillian

    Need help on a query

    Need to identify all of the tables that LIKE 'adp%' which have a column titled OBJID. I will then need to go to these tables individually and drop this column. Am a beginner here (with T-SQL) so any help/tips would be greatly appreciated. Additionally, any source material that could help me...
  8. Maxxamillian

    Run away processes

    I am getting run away processes on Inetinfo.exe and Msdtc.exe and it is locking up the server. This is happening about 1X/week. Running MSSQL6.5 The crux of the hypothesis is the biscuit.
  9. Maxxamillian

    passwords did not carry over with upgrade

    Recent test upgrade of MSSQL 6.5 to MSSQL 7. Logins carried but the accompanying passwords did not. ??? The crux of the hypothesis is the biscuit.
  10. Maxxamillian

    Replication

    Want to set up replication on a MSSQL 7 db. Need to be able to sinc with field service engineers (on laptops) at least twice a day. What kind of replication would be best for this? Merge, snapshot, ect...
  11. Maxxamillian

    Event ID 2019: nonpaged pool empty

    Receiving this error: Event ID 2019--The server was unabel to allocate from the system nonpaged pool because the pool was empty. Use the server as a MSSQL6.5 server (mainly). Memory leak?? Additionally I am running out of locks on the db--even after upping the LOCKS number. Suggestions?
  12. Maxxamillian

    Locks on 6.5

    I am maxing out on my locks on the 6.5 db. Each time I raise the number of locks (doubling it), the number is met within a few days. Any tips?
  13. Maxxamillian

    HELP! Need to transfer a 6.5 to another server...

    Need to transfer a 6.5 instance to another server for testing purposes. How do I go about doing this (specifically how do I handle the Master db?)
  14. Maxxamillian

    DTS from a 6.5 to a test 7.0. First time user(DTS). Affect 6.5 db?

    Will be using DTS to migrate 6.5 db to a test 7.0 server.  How (if at all) will the 6.5 db be affected?  Any tips before doing this?  
  15. Maxxamillian

    DTS from a 6.5 to a test 7.0. First time user(DTS). Affect 6.5 db?

    Will be using DTS to migrate 6.5 db to a test 7.0 server.  How (if at all) will the 6.5 db be affected?  Any tips before doing this?  
  16. Maxxamillian

    DTS from a 6.5 to a test 7.0. First time user(DTS). Affect 6.5 db?

    Will be using DTS to migrate 6.5 db to a test 7.0 server.  How (if at all) will the 6.5 db be affected?  Any tips before doing this?  
  17. Maxxamillian

    DTS from a 6.5 to a test 7.0. First time user(DTS). Affect 6.5 db?

    Will be using DTS to migrate 6.5 db to a test 7.0 server.  How (if at all) will the 6.5 db be affected?  Any tips before doing this?  
  18. Maxxamillian

    Do not have "uninst.isu" to uninstall SQL 7. How do I get this???

    I am trying to clear some of my partitions (2) of SQL 7 that we use(d) for testing purposes.&nbsp;&nbsp;I keep getting this message: &quot;Unable to locate the installation log file 'C:\MSSQL7\uninst.isu' Uninstallation will not continue.&quot;<br>Is there any other way or perhaps a way to get...
  19. Maxxamillian

    SQL Task Scheduler for 6.5 not running.

    Scheduled backup for one of our SQL 6.5 DB Task Scheduler not working.&nbsp;&nbsp;Logs reveal nothing.&nbsp;&nbsp;History is showing that the task did not even begin.&nbsp;&nbsp;If the server is rebooted then the scheduler will work one time and that is it. (Will perform all tasks within...

Part and Inventory Search

Back
Top