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 Chriss Miller 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: *

  • Users: snyderj
  • Content: Threads
  • Order by date
  1. snyderj

    SMS 2 SP5

    Has anyone installed SP5 yet? http://www.microsoft.com/smserver/downloads/20/servicepacks/sms20sp5/default.asp Any success or horror stories?
  2. snyderj

    Microsoft Management Summit

    Out of curiosity, who in the Tek-Tips crowd is headed to MMS? http://www.microsoft.com/management/mms.asp http://www.mms2003.com/ http://www.myitforum.com/forums/tt.asp?appid=15 snyderj
  3. snyderj

    Simple script to allow or deny

    Does anyone have a simple script to allow or deny running an executable? snyderj
  4. snyderj

    GetEffectivePermission implementation

    Does anyone have examples or suggestions on use of GetEffectivePermission through vbscript?
  5. snyderj

    SMS 2 Client Health Maintenance

    I'd like to start a discussion for us to share information about SMS 2 client health maintainance. I bet each of us has some trouble with clients with bad WMI repositories, old hardware scans (while software is current), oddball status messages, connecting to incorrect sites, dropping out of...
  6. snyderj

    RD32 and SMS 2 mouse conflict

    Have any of you run across a conflict between Remote Desktop 32 (Network Associates product) and SMS 2 SP4? If RD32 exists then SMS2SP4 is installed, when the system sleeps it freezes the mouse. Even a reboot doesn't fix it. If RD32 doesn't pre-exist then there isn't a problem. Any ideas are...
  7. snyderj

    WBEM ODBC error 1009

    Anyone know what this error indicates? It occurs sometimes (not always) when running simple queries in Access 2000 against a WBEM ODBC linked table. ODBC--call failed. [Microsoft][WBEM ODBC Driver]Conversion error (#1009) Thanks.
  8. snyderj

    Currently I have a SQL agent on SER

    Currently I have a SQL agent on SERVER1 performing the following example daily task to copy selected data from one server to another: SELECT IDENTITY (int, 1, 1) AS RowID, view1.*, 'XYZ' AS SourceSvr INTO database.dbo.table1 FROM [SERVER2].database.dbo.view view It seems that using stored...
  9. snyderj

    Upsizing: more than the FAQs

    I've read the numerous Tek-Tips upsizing responses and FAQs, which have been helpful, thank you. Now onto the next stage: seeking URLs and reference books for complex upgrades to SQL 2K (which may mean re-building from scratch). The Access 2K db in question has outgrown its britches by a long...
  10. snyderj

    SP4 HRP on Secondary Site

    Any recommendations for getting the SP4 HRP on a secondary site? Going to the site is not a viable option. A terminal server session is possible but not practical.
  11. snyderj

    Creating "alias" for linked server table

    I want to create an "alias" for tables on a linked server but have not been able to determine the proper syntax. I thought that something such as what's below would work through Query Analyzer (while logged into server 1 with [VirtualServer\Instance] as a linked server), but the...
  12. snyderj

    Is there a command in SQL Server 2K

    Is there a command in SQL Server 2K similar to Excel's REPT command? I'm thinking of something such as: 'ABC' + REPT(0,10-LEN(@variable)) + @variable so that ABC123 becomes ABC0000000123. Thanks.
  13. snyderj

    Concatenate IDENTITY (int, 1, 1) in SELECT ... INTO

    I have a statement such as SELECT IDENTITY (int, 1, 1) AS RowID INTO ... that works just fine. Now I want to prepend a literal to it. I thought that SELECT 'XYZ' + IDENTITY (int, 1, 1) AS RowID INTO ... would work but I get a syntax error. I tried using CAST and CONVERT around the IDENTITY...
  14. snyderj

    IDENTITY through SELECT

    What's a good way to create a sequential autonumber through a SQL Server view? Specifically, can I do this through a SELECT ... INTO ... (perhaps using CAST?) or do I have to first CREATE TABLE with IDENTITY(1,1)? (BTW, NEWID() creates a GUID that's too long for the customer.) Thanks for any...
  15. snyderj

    Star rating

    I've noticed that folks (including myself) in this forum have not rated answers as "helpful" in recent months (magenta stars). The last star rating I saw was three months ago. What's up with that? I can blame myself too for not giving out stars, even though I've seen quality answers...
  16. snyderj

    Generate SQL Script for SQL Server Agent

    I want to copy a SQL Server Agent job (with TSQL type steps) from server A to server B. When I do these steps: - Click on the job I want to copy - Select All Tasks then Generate SQL Script - Enter a file name - Click OK I get the error: "A job step's command contains the TSQL Batch...
  17. snyderj

    Access ODBC

    Server 1 and Server 2 each have a table called X. I establish an ODBC connection in Access to Server 1 table X and call it 1X, and to Server 2 table X and call it 2X. Question: is there a way in Access to verify that 1X is really connected to Server 1 table X? I don't see anything useful (such...
  18. snyderj

    Slow trackball in XP

    I'm using a Kensington Expert Mouse trackball on XP. Even with the fastest mouse settings through control panel the mouse is still quite slow. I've found some registry settings but adjustments don't help. I don't want to install the Kensington driver since it doesn't pass through Terminal Server...
  19. snyderj

    IntelliType keyboard "internet" buttons

    Anyone know how I can easily turn on and off the bottons on the top of my IntelliType Pro keyboard? (These are the buttons for internet hot keys, mail, and sound.) My toddler likes to press these buttons while playing computer games and he gets popped out of his application. Thank you.
  20. snyderj

    SMS Data Dictionary

    What SMS 2 data dictionary options are available? I'm specifically looking for table and field descriptions, not element types and sizes. I've found that the SMS 2.0 Resource Guide (out of print) is a good resource, but it's only on paper. The MS site...

Part and Inventory Search

Back
Top