I authenicate to my SQL Server instance by logging in with a Windows account via SQL Server Management Studio. I want to change this to a SQL server login.
How can I do that?
I have an old .net 2.0 windows app I need to deploy on a windows 7 machine and its not going too well. I want to build a native 64 bit version rather than a 32bit capable of running on a 64bit environment. I'm working with Visual studio 2005
My question is what settings do I need to set within each project of my solution, (both the windows app + my dll's that it references) and what settings i should set on my install project (I have a deployment project for distribution)
When trying to connect to a server in Management Studio (specifically 2008), there is a field where you enter the Server name. That field also has a drop-down list where it shows a history of servers that you have attempted to connect to.
I would like to know:
How to remove an individual item
from that history.
How to remove an
item from the Login field history
for each Server name.
Thanks!
Hi,
I'm new to Android and trying to convert a Windows Mobile app to java/android.
In WM there are the followning standard folders:
Inbox,Sent, dratfs, outbox, deleted.
I'm able to access all folders except deleted with
Uri.parse("content://sms/XXXXXX")
1) Is deleted folder missing?
2) Is it possible to create user folders, like "content://sms/My Folder"
Thanks, Nicholas
I want to kill the background process of SETTINGS by using killBackgroundProcesses. But it does not work without any errors? I use API(8) level 2.2 and having KILL_BACKGROUND_PROCESSES permission in manifest.
ActivityManager activityManager = (ActivityManager)getApplicationContext().getSystemService(Context.ACTIVITY_SERVICE);
activityManager.killBackgroundProcesses("com.android.settings");
"com.android.settings" is checked by getPackageName of getRunningTasks in ActivityManager.
I'm currently having some assembly binding problems on our development server. I want to investigate the problem a bit further with Fusion Log Viewer. Since there is no Visual Studio installed on the machine, I copied FUSLOGVW.EXE to a local folder and started it there.
Is this supposed to work or does it need something else? I don't get the impression the application is logging any failures (and yes I have the settings right).
I logged into my MSDN subscription (Premium) today to download the new expression studio, and I noticed that unlike Expression 3, it requires you to enter a key, and they only provide 1.
Previously I installed Expression 3 on 2 computer, my home and my work computer. So my question is, is this no longer allowed? or is it a key that can be used multiple times?
hi. how can i set the toolbar to floating toolbar. this functionality is implemented in Visual studio. when we click on grip area of toolstrip and drag it it becomes floating. how to do this using ToolStrip control of Winform
I'm coding a networking application on Android.
I'm thinking of having a single UDP port and Datagram socket that receives all the datagrams that are sent to it and then have different processing queues for these messages.
I'm doubting if I should have a second or third UDP socket on standby. Some messages will be very short (100bytes or so), but others will have to transfer files.
My concern is, will the Android kernel drop the small messages if it's too busy handling the bigger ones?
hi,
i did my project in c# compact framework with visual studio 2008.
now i wanna create a cab file. i follow the instructions at [http://www.mobilepractices.com/2008/02/how-to-create-windows-mobile-smart.html] but im having trouble.
the part that says "Browse and find SampleKindOfResourceFile.xml and press OK.", i cant find any xml in my main folder list. the only xml is found is app.config
is this the correct one?
how can I get my fixed width site to always appear "fully zoomed in" on webkit (iphone and android) browsers?
right now, it looks fine on an iPhone and "too small/zoomed out" on an Android phones that have higher resolution.
i'm trying this viewport:
<meta name="viewport" content="user-scalable=yes, width=device-width, target-densityDpi=device-dpi, initial-scale=1.0" />
I want to set data breakpoint for TCNT1 register of ATMega16 in AVR Studio 4.17 Build 666.
I add breakpoint by specifing in the Location field of "Add data breakpoint" window the value IO@0x2C.
But breakpoint seems not work.
Can some one help me how to setup a data breakpoint for an IO reginster?
In SQL Server 2008 Management studio, I can hit F5 to execute everything in the current query window. I can also highlight a query, and hit F5 to run that highlighted query.
Instead of having to highlight a query, is there a way I can run the single query my cursor is on, or run a query my cursor is on up to a the first ';'?
Hi,
our Webpage:
http://www.checkdent.com/mobile/sv.php?id=12332181087788749
looks fine on Android G1, but comes resized on the Google Nexus
(higher resolution)
Half part of the Page is outside of the View!
I implemented as mentioned at several places the:
target-densityDpi=device-dpi
< meta content="minimum-scale=1.0, width=device-width, , target-
densityDpi=device-dpi, maximum-scale=0.6667, user-scalable=no"
name="viewport" /
it works great within the 'android browser' but in my Webview
Application it still resize!!
What can i Do?
Regards Chris
I need to generate a changelog of sorts between two Tags within a project controlled using git. Specifically the android source code. This list should include any files/directories/etc which have been edited, moved, renamed, deleted, created. Any help would be great. and if you have a way to do this over the entire android source at once... even better.
Thanks
Is there such a thing as a "translator" (for lack of a better word in my mind now) that translates Python code directly to JVM / Dalvik bytecode?
Would be great for writing Android applications in Python!
NOTE: I know about the scripting capabilities of the Android platform but I am looking for something that would generate a '.apk' without having to install the 'scripting' package... annoying for end-users.
Found UI guidelines of Launcher icon design http://d.android.com/guide/practices/ui_guidelines/icon_design.html but System Icons in recent Android releases doesn't seem to follow these guidelines (icons are flat instead simplified 3D perspective, as described in document).
Are they already obsolete and what are the current guidelines ?
Hello,
I have installed repo and git on my PC. I am trying to get the latest Android source by using the following commands:
repo init -u git://android.git.kernel.org/platform/manifest.git
The command succeeds but I am not able to see .repo directory created.
repo sync
This command also succeeds and the program shows the details of objects being received. However I am not able to see anything downloaded to my PC.
Any help will be appreciated.
From Android widget screen guidelines, http://developer.android.com/guide/practices/ui_guidelines/widget_design.html, we know that, home screen has 4*4 cells, and in portrait orientation, each cell is 80 pixels wide by 100 pixels tall.
I think these are for baseline HVGA screen. How about for large screens and hdpi screens, do they still have 4*4 cells for widget and each cell in portrait orientation is still 80 pixels * 100 pixels?
Thanks.
I'm trying to sync my HTC Desire (HTC Sense, ActiveSync, Android 2.1) phone with an Exchange server over the internet. Everything seems to be working just fine except that contacts already in the phone does not sync to the Exchange server. If I add a contact in Exchange it appears in the phone and if I remove that contact in the phone it disappears in Exchange. Seems I'm missing something trivial here or is it just not possible?
I just came across a new BASIC implementation for Google Android application called Simple. You can read about it here:
http://google-opensource.blogspot.com/2009/07/programming-made-simple.html
Clearly, a lot of time and effort has been recently put into enabling this functionality for Android.
Should the software industry continue to encourage non-programmers into learning BASIC, or are modern languages like C#, Python, Ruby more appropriate at this time?
Hi all,
Is there a good way to get gVim working as an IDE replacement? I'm moreso looking for suggestions for Intellisense-type plugins...code completion...maybe easy directory browsing (other than the standard 'edit.' command).
I'm building embedded applications in C...so I have no need to incorporate any debugging elements, and for the build process I can just have a console window open to call my batch file whenever it is required (or if I could call it through some hotkey combination in gVIM...that would be awesome as well).
Hi everyone,
I have a stored proc I'd like to debug in the SQL Server 2008 management studio. I see a number of tutorials about doing this, but the ones I've seen don't have any input parameters going into the SP. My SP has several, and an output parameter as well.
Could someone show me how to do debug a stored procedure with parameters in SQL 2008? Thanks very much.
Hello,
when I right click a table I can select select top 1000 rows and edit top 200 rows
I'd like to add an option select bottom 1000 rows
I am pretty sure that I've seen it somewhere online how to do this. But I can't remember where...
already found this: http://sqlserver-training.com/how-to-change-default-value-of-select-or-edit-top-rows-in-ssms-2008/-
but it seems impossible to add a template query...