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 SkipVought 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: xarzu
  • Order by date
  1. xarzu

    What is the proper way to declare a Microsoft class to use in my code. The quick and dirty way I am doing it here, I know, is not correct

    What is the proper way to declare a Microsoft class to use in my code. The quick and dirty way I am doing it here, I know, is not correct > Microsoft SharePoint.Client.List newList = null; I think it is something like this > Microsoft.SharePoint.Client.List newList = new...
  2. xarzu

    How is remote debugging allowed on Microsoft SQL Management studio?

    That seems like a good suggestion. Thank you. I will let you know what happens.
  3. xarzu

    How is remote debugging allowed on Microsoft SQL Management studio?

    This is working with Sql Server version 2008 R2 Here are the other versions of software that might be helpful: How is remote debugging allowed on Microsoft SQL Management studio? This question might be misunderstood. I am not sitting at the computer where Microsoft SQL Management studio...
  4. xarzu

    How do I produce the relationship diagram in Microsoft Sql Server?

    How do I produce the relationship diagram in Microsoft Sql Server? Here is a visual of what I am talking about here: https://sdamzavas.net/imgbaza/baza4/927535738599.files/image002.png
  5. xarzu

    with what I hope to be a parameter for a date/time variable. The business requirement is that I pa

    SELECT convert (date, DATEADD (DAY, -1 , SYSDATETIME())) as rundate
  6. xarzu

    with what I hope to be a parameter for a date/time variable. The business requirement is that I pa

    I am setting a data-driven subscription in SSRS with what I hope to be a parameter for a date/time variable. The business requirement is that I pass a Parmenter to the report that needs to be set to yesterday's date from when the subscribed email alert is sent. This is a query I am using in a...
  7. xarzu

    In SSRS 2008, how are parameters passed down to the DatSet Query... or can they?

    In SSRS 2008, how are parameters passed down to the DatSet Query... or can they? I have a simple question. I think this is pretty straight-forward. If necessary, I can include screen shots of what I mean. Here is the basic format of the report. I have a SSRS report made on Visual Studio...
  8. xarzu

    Windows 10 Update on a USB

    Windows 10 Update on a USB I got locked in one of those update loops. You know what I mean, probably. My Windows 10 would start an automatic update, then fail, and then reset itself to a previous version. This would happen all of the time. I eventually decided to back everything up on an...
  9. xarzu

    project settings in SSRS deployment

    What are the project settings in SSRS deployment and what do they mean and refer to? I have successfully created my first SSRS project in Visual Studio. The deployment process requires setting up the TargetServerURL and the TargetServer Version. These are the only two items that I know are...
  10. xarzu

    What is the format of a SQLConnection connection string?

    What is the format of a SQLConnection connection string that is passed in the constructor method? I have run a search engine search online and all I could find so far is examples like: "Data Source=(local);Initial Catalog=AdventureWorks; Integrated Security=SSPI;"; and "User...
  11. xarzu

    How do I generate a dbml file?

    How do I generate a dbml file? In a Visual Studio file, A project contains a DBML file that, when opened, shows a very cool representation graphical of a database and all the interconnections between the tables. I want that for another project for documentation purposes. The database already...
  12. xarzu

    How can I tell the difference between source and published .NET code?

    How can I tell the difference between source and published .NET code? I am looking at some inherited code that I have not touched in about a year. The original designer had me first publish locally before uploading the published code to the internet server. Now I am looking a number of backed...
  13. xarzu

    Witing ASP.NET C# code to a log file.

    I would like to have some way of tracing an ASP.NET application in production that is no longer in debug mode. I suppose I can try with some sort of pop-up windows, but, before I give that a try, I want to try to implement some way of the code writing out content on the server into a log file...
  14. xarzu

    How do you use the magic wand tool in Adobe Illustrator?

    nothing? not a peep of help? Well, I tried something a little different and it did not work as well. How do you make the background of an object transparent in Adobe Illustrator? I have been having issues with using the Magic Wand tool in Adobe Illustrator as well as the lasso tool...
  15. xarzu

    How do you use the magic wand tool in Adobe Illustrator?

    Hello Forum! I am trying to use Adobe Illustrator and I am just about ready to give up. This is my first time, so I have some patience but it is running thin. I am trying to use the magic wand tool to select an area. As this video I made shows, it does nothing...
  16. xarzu

    Why is it that a simple .NET program newly published will not run?

    Why is it that a simple .NET program newly published will not run? I made a very simple .NET program from scratch with very little modifications. I removed some of the stuff that were put in the .aspx file without my approval and part of the process of creating an app with the wizard when you...
  17. xarzu

    How does one go about debugging javascript?

    How does one go about debugging javascript? Do you use firebug and run your page through your localhost? If javascript is part of an ASP.NET application, I have found that the breakpoints in a .js file in Visual Studio seem to be ignored. The problem I see is that the ASP.NET application...

Part and Inventory Search

Back
Top