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 strongm 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: serializer
  • Content: Threads
  • Order by date
  1. serializer

    Retrieve new customers per month

    I have an order table with customer id and tradedate. I would like to get statistics about number of new customers for each month. I defined a new customer by an order row with a customerid I have not counted before. I am not sure if this is possible through SQL only. Here is my sample query...
  2. serializer

    Disable password expiration

    How can I disable password expiration for one or more users?
  3. serializer

    Email is moved to Junk folder - which component is moving it and how do I exclude an email?

    Hi, an important email is moved to the Junk folder of a mailbox. I do have black listing enabled but I do not think it is that component that moves a specific mail to the Junk folder. 1. what process is moving it? 2. how can I exclude a specific sender? Thanks
  4. serializer

    Add new domain?

    I am new to Exchange 2013. I first created a default domain xxx.com. Then I wanted to add a second domain yyy.com. Here is what I did: Mail flow->Accepted domains->Add Mail flow->Email address policies->Added second domain Still, when I try to add a user I only have one domain I can...
  5. serializer

    Getting IMAP working

    I thought I did everything to get IMAP work working but apparently it is not enough. What I have done is to set services to auto start. I am able to telnet to port 143 on that server and it answers ok. I have verified that IMAP is enabled on the user in the administration console. The problem...
  6. serializer

    Store emails on another drive than application?

    Is it possible to control where the actual emails are stored?
  7. serializer

    Installing application on one drive but keep databases on other?

    Is it possible to control where the data files are stored?
  8. serializer

    IIS 7 with Windows authentication fail

    I have a folder on my website I want to protect with Windows authentication. The problem I get is that the prompt is re-appearing - like the credentials are not correct. But when I look in the event viewer I see an audit success. I am using a local Windows user to authenticate. In IIS->On...
  9. serializer

    Twitter and rss keyword service?

    I was recently demoed prweb.com solution for entering a number of keywords and then be presented with twitter posts, rss feeds and other sources (do not remember now). I wonder if there is any good service for this, except prweb (maybe you have comments on that service as well). I basically...
  10. serializer

    CSV export on multilevel content

    So, this is not really a c# question but as I am going to create a CSV file or similar from c# I post this here anyway. I have some data that end user wants in a CSV file. Each entry has a parent node data and zero or more child node data. For example, parent node might contain Name, Id, Date...
  11. serializer

    Group by + sum

    I have this SQL: select c.Name,cu.CompanyName,OfficialId,OrderOption, c.code + o.VATId as VATId, cast(round(TotalPriceIncVATSEK,0) AS decimal(10,0)) as Price,pp.Name as PaymentProcessor from [order] o, customers cu, countries c,paymentprocessor pp where paid = 1 and o.vatid !='' and vatadded =...
  12. serializer

    Market Windows server software

    I have developed a Task scheduler for Windows. I have been selling it for a while. About 50% of customers are from the US. The company is just me. I feel a strong need for marketing but I don't know how. I have of course been using Google adwords but I find that I want to reach out new ways. My...
  13. serializer

    Server explorer to dataset fails with error

    I am able to create a dataset. But when double clicking on a table from Server explorer (to add it to dataset) I get error: "The specified module could not be found. (Exception from HRESULT: 0x8007007E)". This fails in my Visual Studio 2010 however it works in Visual Studio 2008. In both...
  14. serializer

    Sorting programmatically

    I have a table that consists of emails. As you know email consists of prefix@domain.extension. I wonder if it is possible to construct and sql thats sorts on the domain name and forward? For example: xerxes@domainA.com alpha@domainB.com thanks!
  15. serializer

    Select fro edit in Management studio

    I have a lot of changes that I need to do manually. I have a very specific query I want to perform to pinpoint rows I need to edit. How can I make the grid editable on my custom query? I know that I can select "Edit Top N rows" but I do not want all rows, just rows from my specific query. There...
  16. serializer

    Windows commands cannot be found

    I am not sure what have happened but all Windows commands (in command window) like "telnet" and "ping" has stopped working with error: "'telnet' is not recognized as an internal or external command, operable program or batch file.". It might have something to do with environment Variables - I...
  17. serializer

    Screen blank

    So, I started up my computer today and that wen't fine, checked mail, surfed the web. After 3 minutes the screen went blank. Here is what I have done so far; 1. I rebooted and no signal was sent to monitor 2. I ran to the store and bought a cheap PCIe graphics card - no difference 3. I...
  18. serializer

    Change boot drive?

    I have 2 drives. My OS on C and other bigger drive on F. In my bios the F: drive is set for boot. When I try to change to C: it gives me boot error. It seems like some files or settings on C: is missing - I would like to boot from C: and cut the dependency to F: How can I do that? Thanks!
  19. serializer

    Regular expression subsitute

    Hi, I need some help with a regular expression. I want to replace everything within a string except numbers and periods. In my example I am having a version string that looks like this: "3.5.4 (en-US)" I only want the remaining part to be: "3.5.4" Thank you for your help!
  20. serializer

    Impersonation, file creation and ownership

    I am running a Windows service as localsystem. Sometimes I need to write and create files and use impersonation to do that to get permission. The problem I am having is that the impersonated user does not become the owner - but local system becomes the owner. How can I control this?

Part and Inventory Search

Back
Top