+ Post New Thread
Page 3 of 41 FirstFirst 1 2 3 4 5 13 ... LastLast
Threads 41 to 60 of 801

Forum: Microsoft SQL / MS SQL Server

  1. how to join a set of fetch into one output

    DECLARE @PhotoID int DECLARE photo_cursor CURSOR FOR SELECT PhotoID FROM Photos OPEN photo_cursor FETCH NEXT FROM photo_cursor WHILE...

    • Replies: 1
    • Views: 984
    08:30 AM Go to last post
  2. SQL Server 2k Developer Edition in Windows XP pro

    Handoyo, This is nothing to do with the 2k vs xp. It is more likely due to your changing the password of the account that SQL server is set to...

    • Replies: 0
    • Views: 446
    07:58 AM Go to last post
  3. Selecting all columns, but in a different order in SELECT statement

    Thanks, i thought that was the case... just wanted to confirm it before i started working on it. Alex "Vishal Parkar" <vgparkar@hotmail.com>...

    • Replies: 5
    • Views: 496
    07:38 AM Go to last post
  4. BULK INSERT exercises from exam 70-229 training kit don't work

    Bulk insert itself is working. But if it was your first time encountering example not working of simply the wrong answer in one of those...

    • Replies: 2
    • Views: 773
    02:46 AM Go to last post
  5. Problem creating objects not as dbo

    I have a problem with people logging on as one user, but sql server keeps changing the owner to dbo. Sometimes the owner name will be their loggin...

    • Replies: 1
    • Views: 1,065
    01:25 AM Go to last post
  6. Ooops, I did an UPDATE and made a mistake on 1300 records

    Whoops. You can possibly undo the transaction using Log Explorer (www.lumigent.com). Don't think you can restore just a table from a backup file,...

    • Replies: 4
    • Views: 771
    01:16 AM Go to last post
  7. SysAdmin privileges to run DTS Packages with SP3?

    Thank You for the quick response. I did log into our server as the proxy account and I can run the following command successfully: However,...

    • Replies: 2
    • Views: 1,665
    12:58 AM Go to last post
  8. Filtering

    Lets say I have a privilege structure organized by number: 1 - Administrator 2 - Office 3 - Supervisor 4 - Field Operator 5 - Assistant...

    • Replies: 2
    • Views: 428
    12:46 AM Go to last post
  9. merge record

    When new data come in, it may be a brand new record, or an update of old record. So, I have to check the data, and choose either INSERT or UPDATE. ...

    • Replies: 2
    • Views: 502
    10:23 PM Go to last post
  10. Compare Date problem

    I have 3 integer columns in my table, which represents the date of entry: dayEntry monthEntry yearEntry How can I combine this 3 columns to...

    • Replies: 7
    • Views: 718
    10:19 PM Go to last post
  11. Fully Qualified Name Components

    I know that there is a routine that will return the four components of a fully qualified name but I can't locate the name of that routine. I...

    • Replies: 1
    • Views: 920
    09:38 PM Go to last post
  12. Thanks Works now.

    Thanks for the help guys. CELKO, sorry if all that was elementary. I'm new to this. Like I mentioned this was imported from Access so I didn't...

    • Replies: 1
    • Views: 385
    09:37 PM Go to last post
  13. ActiveX control for copying file in DTS

    Hi Freinds, I need to copy a file from: \\serverone\folder\myfile.txt to \\servertwo\folder\myfile.txt where \\servertwo is my sql server and...

    • Replies: 1
    • Views: 1,080
    09:34 PM Go to last post
  14. Rollback update

    hi folks, I have accidentally UPDATEed huge amount of data that is in a table. I need to rollback it....is there any way to do it using log file...

    • Replies: 3
    • Views: 1,019
    09:33 PM Go to last post
  15. Arthimetic overfilow

    Could anybody please answer me on this query: SELECT * FROM DBName..TableName where CONVERT(DATETIME,(CONVERT(CHAR(8),((CONVERT...

    • Replies: 2
    • Views: 360
    09:22 PM Go to last post
  16. Loking for car makes DB model

    >> Want to create DB for cars and models, but not really familiar with what the data should be. << Start doing research. Look up what the VIN...

    • Replies: 4
    • Views: 1,633
    09:08 PM Go to last post
  17. Just a quick SP ? regarding the LIKE SQL keyword

    Anyone have any ideas why this doesn't return any values? This is an SP that was constructed from a Query in an Access database that was imported...

    • Replies: 2
    • Views: 696
    08:48 PM Go to last post
  18. Insert With Identiy

    Hello, if I do an INSERT INTO based on a SELECT with an ORDER BY can I be 100% sure that the records entered will have an incremental key on the...

    • Replies: 6
    • Views: 319
    08:38 PM Go to last post
  19. DTS Error

    We have a client with 2 connected SQL servers, development & production. I am having a problem using DTS to move objects between the 2. If I use...

    • Replies: 2
    • Views: 525
    08:32 PM Go to last post
  20. Microsoft Cursor Engine - Insufficient base table information for updating or refreshing.

    Hi, Since my db upgrade from SQL 7 to SQL 2000, one of my MTS objects fails with the error: "0x80004005 Microsoft Cursor Engine - Insufficient...

    • Replies: 0
    • Views: 1,362
    08:18 PM Go to last post

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139