Forum Replies Created

Viewing 15 posts - 1,651 through 1,665 (of 1,884 total)

  • RE: import/export problem

    I would not export in Excel, especially with text fields. If you for some reason can not connect directly from one SQL server to another, I would export to CSV...

    Regards,Yelena Varsha

  • RE: select where date = yesterday

    Remi,

    You are certainly right. Your way should be much faster.

    My query runs towards a table that will not probably be very big. It contains only current records that will be moved into...

    Regards,Yelena Varsha

  • RE: select where date = yesterday

    Hi,

    I initiated a similar discussion several days ago, and I got many good answers how to get just a date out of DateTime. I am doing like this now (I...

    Regards,Yelena Varsha

  • RE: Read Registry on Remote Computer

    Hi,

    You may try to use WMI objects to do that from VBscript.

    Yelena

    Regards,Yelena Varsha

  • RE: Getting a Date from DateTime

    John,

    It is a good idea. As someone said, the more complex way they design it the more your manager values you for being able to work with it.

    Yelena

    Regards,Yelena Varsha

  • RE: Is Uniqueidentifier(String)

    William,

    I do understand that you are checking if there are - at the certain positions. Please, explain why are you using right(left(@unique,9),1) for example, not substring(@unique,9,1)  unless it is just...

    Regards,Yelena Varsha

  • RE: Few concepts and questions

    Hi,

    What do you mean "correct answers"? I and many of our friends can successsfully argue on each one.

    For example, my correct answer to 5 as we do in production...

    Regards,Yelena Varsha

  • RE: Hide SQL server instance(s)

    Thanks. This may (or may not) resolve a couple of mystery connection drops that one of our port admins discovered in his monitoring tool 

    Regards,Yelena Varsha

  • RE: Getting a Date from DateTime

    John,

    It is so COOL!

    The only thing: do you know how I am loosing one day? Today is Jan 18 2005 and

    GetDate() returns 2005-01-18 12:07:19.863

    select cast(GetDate() as Integer) returns 38369

    select...

    Regards,Yelena Varsha

  • RE: Question of the Day for 18 Jan 2005

    It does not limit the number of connections. It limits the number of connections by ONE user. Does someone know if a typical Denial of Service attack uses a security...

    Regards,Yelena Varsha

  • RE: Getting a Date from DateTime

    Kathi, Julian, Frank and Brian,

    Thanks!!! Those are great examples.

    I new I had to ask real developers. I am sure aware about year/month/date format being great for sorting, and if...

    Regards,Yelena Varsha

  • RE: Hide SQL server instance(s)

    Brian,

    Do I understand correctly that "This forces the instance in question to tcp/2433"  means that if I want to hide the instance but have programs still be able to...

    Regards,Yelena Varsha

  • RE: sysfiles has wrong info for DB

    Frank,

    Are you talking about the Name field which is the logical name and could be the same or about Filename field which is a path and should be different?

    Regards,Yelena Varsha

  • RE: Getting text of system stored procedures in 2005

    Brian,

    Thanks. I tested and it worked for me. I was able to get the text of system SPs. All- do not forget to change the query options under Results -...

    Regards,Yelena Varsha

  • RE: db connections broken from time to time for unknown reason, please help!

    Raymond,

    That was a good test. The fact that the tool was not running at the time of your test tels nothing unless you are sure NO Background processes fro that...

    Regards,Yelena Varsha

Viewing 15 posts - 1,651 through 1,665 (of 1,884 total)