Similar to http://stackoverflow.com/questions/148578/
but that question doesn't address MS Windows.
Has anyone been able to use rsync instead of plink, either through cygwin or otherwise?
You know in MS Word, you can write text and draw&put shapes anywhere you want.. in the text when you hit enter and get to a new line, the shapes below your cursor also moves down one line? I want to implement that property in Java on a pane, using components as the shapes and text. How can I provide absolute positioning for shapes but at the same time preserve the space between them? I'll appreciate any idea, cause I'm almost out of ideas.
Hello!
Studying MS Exam 70-536 .Net Foundation I've got to Chapter 11 Application Security and in the end of a lesson there is a practice to add code group with .Net Configuration Tool and change it with caspol.
After adding new code group with config tool I've tried to run
caspol -lg
but new group was not listed...
In MS SQL is it possible to share an identity seed across tables? For example I may have 2 tables:
Table: PeopleA
id
name
Table: PeopleB
id
name
I'd like for PeopleA.id and PeopleB.id to always have unique values between themselves. I.e. I want them to share the same Identity seed.
Note: I do not want to hear about table partitioning please, only about if it's possible to share a seed across tables.
I have never done any profiling, and have come across the first place that I really want to do it.
Is it possible to profile my MS integration tests? What tools do I need? is there something built-in to VS 2008 professional?
Beginning to use MS Charting controls in our website. Are they good to work with?
Are there any pitfalls to watch out for? Any other better charting controls you guys have some across
I know that Silverlight 4 has the support for COM interop via the AutomationFactory class.
dynamic excel = AutomationFactory.CreateObject( "Excel.Application" );
excel.Visible = true;
Easy. But this creates a separate process for the COM object. What I am missing here is if I am actually able to actually host the office document inside my silverlight application - in a ContentPresenter for example?
Thanks in advance.
Hi,
I just noticed that if I have an identity column in a table, when I insert new rows MS SQL 2008 is automatically filling up the sequence if there are discontinuity. I mean, if in my identity column I have 1,2,5,6 if I insert other two rows in the table the system puts automatically 3,7 in the identity column.
Do you know how to control this behavior?
THANKS
Hi Guys,
Just wondering if anyone has had any experience using MS Azure and the Enterprise Library? I can't seem to find any articles on this and hoping (really hoping) someone has some ?
Thanks,
T.
I'm using MS SQL 2008.
Is it possible to create a script to loop over all tables in a database generating a set of index drop scripts and create scripts separately?
What I have to do is drop all indexes on a set of databases to run a heavy data load process but then I want to re-enable all the indexes. I don't want to have to go through each table and script an index drop and then index create.
Thanks!
In MS SQL is it possible to share an identity seed across tables? For example I may have 2 tables:
Table: PeopleA
id
name
Table: PeopleB
id
name
I'd like for PeopleA.id and PeopleB.id to always have unique values between themselves. I.e. I want them to share the same Identity seed.
Note: I do not want to hear about table partitioning please, only about if it's possible to share a seed across tables.
hi!
I've two tables to join with a column(say emp_id)..if emp_id in both the tables have null values, how'll MS SQL server and Oracle treat???
Coz, i read that informatica will neglect the NULL rows when joining..if i handle the null, by substituting -1, a cross-join will happen which i don't want..
what can i do here?
I cannot completely neglect the rows which has NULL.
Thanks
I have an existing database in ms sql server. I am trying to create an asp.net mvc project around this db
for this purpose I need to add the db to app_data folder of asp.net MVC project
How do I achieve this
Hi,
I'm interested in finding out more about the Microsoft Office Communicator IM client, and how it determines your presence (i.e if you are at your computer or away). Can anyone point me towards a tutorial that explains this, or details of the API?
Thanks, MagicAndi
I want to unlock one account in MS SQL Server. Before unlocking I have to check whether that account is locked or not.
I want to unlock only if the account is locked.
Is there any SQL query or stored procedure to get the "Locked" status of SQL user?
in Ms-Ajax
suppose iam downloading 3 files , no dependencies have been defined b/w them
Sys.loadScripts(['file1.js',file2.js',file3.js']);
a in which order these files will be loaded??
b in which order these files will be made available to requesting page??
Hello!
I use Windows XP Rus and want to know, what name has Cursor.name property in MS Accessibility for cursor when it looks like hand in Windows XP En.
Hi
I show my business objects in a MS datagrid, containing "country", "city", "street", for example.
I can set a tooltip for each column showing its content using a style, so I get the "country" as tooltip when hooverinmg over the "country" column and so on.
But I did not succeed
1) to show the content of "country" when hoovering over "city"
2) to show the content of some other property (not even displayed in the datagrid) when hoovering the datagrid
Any clues?
Regards
Hi guys!
i cannot make a checkbox work in word!!! i added it as usual but when i click it....nothing happens!!!
please help me, i need help!
i have office 2007 btw
thanx in advance!
I have VS2010, and I've opened up a web site. How can I now use MS Deploy to deploy to a zip file, which can be installed in a remote IIS site?
I've searched through all the menu options, but can't seem to find out where to get started.
Thanks in advance
All,
We are using ClickOnce to deploy our WPF application and have the need to include the 2007 Microsoft Office Add-in: Microsoft Save as PDF or XPS.
Is there a way to include this exe file in the ClickOnce deployment?
Thank you,
hi there,
I'm using MS Sql Server and I want to use identity constraint in it
I know how to use it in following manner
create table mytable
(
c1 int primary key identity(1,1);
)
the above code works fine but what if i want the identity column to have values as EMP001, EMP002,... instead of 1,2....
Thanks in advance,
Guru
I recently saw a blog post showing off different displays that some software development shops use for showing their bug count or CI build status on a nice TV in the office.
I can't for the life of me find it now, and I can't find it on google either.
Anyone know what I'm talking about?
(I don't think this belongs on superuser or serverfault either)
-Matt
Can anyone explain if it is possible to have a web server for all of these technologies:
ColdFusion, PHP, MS SQL Server, MySQL
I have a web developer insisting that they require all of the above however it doesn't quite make sense to me.
Any help or clarification is appreciated.