MSSQL 2005 user database now shows up in system database folder
While attempting to set up sql replication in MSSQL 2005 one of my user databases is now in the systems database folder. I need to move it back to the user databases folder. Any help would be greatly...
View ArticleORA-06413 Connection not open
I am trying to import data into sql server table from Oracle 8i for my new Window 7 desktop computer. I encounter this error:Mcirosoft Data Link Eror: Test connection failed becase of an error in:...
View ArticleAuthentication Issue, When Profile ReCreate
Hi,i face authentication issue in SQL Server 2012 Evalution after i login in new account.Take a look situation and what i did.1) I install SQL Server 2012 in Member Server (Server 2012 Standard).2)....
View Articlefunction retun from string
In my function, i use 2 parameters and i am getting result as null. kindly suggest to get the correct data CREATE TABLE [dbo].[Table_Prod]( [Id] [int] NULL, [Code] [nchar](10) NULL ) ON [PRIMARY] GO...
View Articleguest account status
1) is there a single SQL query for 2008 MSSQL to list the guest account status in all databases on a SQL Instance2) is guest an actual account, i.e. a login, or is it more of a concept? If its an...
View ArticleIO Timing problem
Hi. I have real problem with getting right "Write time" statistics. I'm trying 2 different approaches: 1. base on dm_io_virtual_file_stats and io_stall_write_ms column 2. base on @@IO_BUSY...
View Articlehow toRetrieve date in sql server if date = now date
I have in sql table column name "Datumpåmin" type date "yyyy.MM.dd."I want to make a query if date i Datumpåmin = now datelike this command ("SELECT Action, ([var]), ([Date]), ([hours]) FROM mam WHERE...
View ArticleAccess sql server FileTable from other machine
HI ,I have created FileTable and I can access Filetable directory from local machine.However I am not able to view directort struction from other machine.e.g. Below is directory sturcture for...
View ArticleNEEDED: More Answerers
We need more answerers in this forum! Let me know if you've been part of this community pretty consistently for at least 6 months, have answered at least 100 questions (with at least 1,000 Recognition...
View Articleupdate two tables
Hi ,I have two tables details table and emptimesheet table .below ia my aspxdesign for details table sun datedropdown1 starttime endtime bf luch dinner totaltravel...
View ArticleProblems with Software versions deploying Web App and DB (ASP.NET, Windows...
Hello, I would like to get some advice and to find the best solution for my project.I am creating the database and web application which going to be for user interactions with database.Database and web...
View ArticleCannot find Microsoft SQL Server Management Studio Express 2005
My server cannot find Microsoft SQL Server Management Studio Express. i need to query in DB .How to call Microsoft SQL Server Management Studio Express ?
View ArticleVisual Baisc 2005 Express Edition and SQL 2005 Database Diagram Tools
Hi, I have created a database using VB Express 2005 express edition and I have created number of tables and SP's etc. I am trying to use the database diagram tool but I get an error stating that the...
View Articleneed sa password set by Web PI for gallery app install
I am a newbie just trying to get up and running in .netI installed VS2012 Express via Web PI. The "packages" seem to also include many versions of SQL Server:SQL Server Express 2008 R2 SP2 Microsoft...
View ArticleCalendar in SQl Server 2008
Hi , I want to print a calendar in SQL Server 2008 based on the Month entered. I should not use date functions, how can i get a calendar without using date functions?Please help me with the code.Thanks
View ArticleConverting character to Unicode/HTML equivalent
Hi I have a application that inserts data into a SQL table, the table has a <body> column contains HTML for example:<p style="margin: 0cm 0cm 12pt;">ñ</p> I need a method to pick up...
View Articlehow to check which user and what time ms sql server services are stoped
Hi team,end users complaining unavailability of sql server, when i checked it was down and i started manuallynow how to check which user and what time ms sql server services are stopedthanksprakash gr
View ArticleFind duplicates in combintaion of two rows
Hi All,I want to update a column DUPLICATE to Ywhen there are duplicates in combintaion of two columns COUNTRY and ZIP_CODECOUNTRY ZIPCODE DUPLICATE USA 10177 Y USA 10177 Y USA...
View Articleconvert date
How do I change the visitdatetime to just the visitdate, thus dropping the time?
View Article