Forum Replies Created

Viewing 15 posts - 1 through 15 (of 41 total)

  • Reply To: Transfer data from azure vm to blob storage

    Thanks for your quick response. Thing is it will be in file format. I mean converted table data in to file and then moved data...but i f there is need...

  • Reply To: Transfer data from azure vm to blob storage

    Thanks for your prompt response Grant.

    Does it mean that I can transfer structure data to & from Azure Blob Storage post creating NFS storage

  • RE: SQL Server 2008 - CDC

    anybody from MS ... i am waiting for your reply.....

  • RE: Stored Procedure - Urgent Help Needed

    Yes Definitely. it is of nvarchar() and is there in 2nd resultset too.

  • RE: Stored Procedure - Urgent Help Needed

    Thanks for the help.

    I am explaining my prob:

    create eproc test_2ndrec

    as

    begin

    select name from test_N1 where id = 2 -- returns single row single column

    ...

  • RE: Stored Procedure - Urgent Help Needed

    Hi Chris,

    Thanks for your reply.

    but the problem is types and number of columns are not common in both recordset.

    Thanks

    Manoj

  • RE: surprise with the version in 2008

    Thanks again Lynn.

    But it should come with intellisense right? i mean it is one of the feature of 2008 right?

    but it is also not there in the installed version....something is...

  • RE: SA password lost

    so in all we can say it is impossible to recover lost password?

  • RE: surprise with the version in 2008

    Thanks for reply lynn.

    We had installed SQL Server 2008 Client only and it is displaying 2010 only in Help -> About menu but not in SELECT @@version.

  • RE: Upgrade adviser warning

    My Question here is does this code works in SQl Server 2000, i guess it wont work in SQL Server 2000 also, becuase you are mapping to reference of object...

  • RE: DB Consistency errors

    Hi VS,

    Based on error mentioned by you:

    "the Smaple errors were like this:

    Server: Msg 8964, Level 16, State 1, Line 1

    Table error: Object ID 206623779. The text, ntext, or image node...

  • RE: DB Consistency errors

    You can get consistency error mostly for

    the values might be entered into the database that are not valid or out-of-range based on the data type of the column. In SQL...

  • RE: DB Consistency errors

    You can get consistency error mostly for

    the values might be entered into the database that are not valid or out-of-range based on the data type of the column. In SQL...

  • RE: DB Consistency errors

    You can get consistency error mostly for

    the values might be entered into the database that are not valid or out-of-range based on the data type of the column. In SQL...

  • RE: CDC - Feature in 2008

    Actually, i have found solution for this problem.

    it was permission related issue, after changing dbase owner it is working.

    Manoj

Viewing 15 posts - 1 through 15 (of 41 total)