Need help in asp.net website connection with database
Please help urgently need connection of sql server database with asp.net website.I want to create three different database tables for my asp.net website project1]student table2]faculty3]admin...
View ArticleTo make Three row values in a single row
Hi,Below is the Table Format i have.Here for the first Mail_ID i have 3 mail addresses.similarly for second ID too.I want First three rows to be in a single row.and so on...Plz help in doing...
View ArticleCould not allocate space for object 'dbo.CWT'.'CWT_PrimaryKey' in database...
Hi,I have a spreadsheet which uses Atlas to extract data from an AX database on my SQL Server.I tried running it a few times today and got a SQL related error. It didn't tell me very much but when I...
View ArticleSQL Join Question
Hi, I have a question about joining 2 SQL tables. Table one (product order table) contains 2 fields: Item# and Order_QTY. Table 2 (product shipped table) as 2 fields: Item# and Shipped_QTY. I'm...
View ArticleTriggers / Automatic Data Checks
I have a database that saves the filepath of a certain file to a network drive. The problem I am experiencing is that it gives an error message that it could not connect to the server, and consequently...
View ArticleDeleting records from child to parent table
I have ran into a situation where i will have to delete all the records of the child table and then the records of parent table and i was able to write a query to get the column,table both for...
View Articleunable to unistall sql server
Hi guys, i have installed sql server 2012 express edition in my laptop (win7). mistakenly the roots folders (C:\Program Files\Microsoft SQL Sever) got deleted.now i am unable to unistall the sql server...
View ArticleI just downloaded SQL Express Server 2012 on my Windows 7 PC and...
I just downloaded SQL Express Server 2012 on my Windows 7 PC and...it says it installed correctly.1) I have two links on my "Start Menu" All Programs link: one is SQL Server 2012 and SQL Server 2008....
View Articlestored procedure
hi below procedure is for update or insert.but everytime it inserts new row with previous row data and updated one not updating existing row.ALTER PROCEDURE [dbo].[sp_WorkStatus] -- Add the...
View ArticleCommand "ShowSqlServerObjectExplorer" is not valid
I am getting the message: Command "ShowSqlServerObjectExplorer" is not valid when I start SSDT.History: Installed VS2012, then service pack 4, then added SSDT-BII can click through the dialog, and then...
View ArticleServer Error In '/' Application - Login failed for user xyz ...
Hi, I'm brand new here I would be ever grateful for help on this. It's probably something simple.I'm coding a website in C# ASP.NET (http://project.arcza.net). There is a registration page where you...
View ArticleTroubles Exporting SQL databases from Azure
1. If I connect via SQL Server Management Studio and choose Export Data Tier Application to local disk, it never ends 2. If I export via Azure web portal, it takes few hours 3. The only way that works...
View ArticleSQL Bulk Update using Update query in SQL Table
Hello All,I want to update data in sql table depends on some condition. I am getting excel sheet from client and want to change value of field say Status = c.Client is sending excel sheet with 300...
View Articlequery to select only Y values , if all are Y, say All
Kinldy provide me the query select * from FILTER_UserCREATE TABLE [dbo].[FILTER_User]( [UserName] [nvarchar](128) NULL, [Is_Member] [char](1) NOT NULL ) INSERT INTO FILTER_User (UserName, Is_Member)...
View ArticleRunning sql job type {Operating System (CmdExec) as my account
how can i run Running sql job type {Operating System (CmdExec) in sql as my account?k
View ArticleMicrosoft Virtual Labs - NOT WORKING
I'm seeking forum's help assuming Microsoft keeps an eye.Issue: Virtual Lab is not working and is not in synch with the materials.Reproduce the issue.1) www.microsoft.com/sql 2) Click "Try" tab 3)...
View ArticleSQL Server 2012 + report builder - edition question
Hi,I need to implement small solution of DWH and reporting above it.I need to buy cheapest edition for that and my question is1a) Is it possible to have SQL STANDARD edition + SSRS reports + report...
View Article2 sql server alerts.How to fix it? Thx.
Path: test1.tu.localLast modified by: SystemLast modified time: 1/15/2014 11:11:11 AM Alert description: D:\MSSQL\Data\tes1.NDF:MSSQL_DBCC10: Operating system error 665(The requested operation could...
View ArticleHow do you Select data from two tables with similar data amd merge the output...
I have two Tables containing Sales Data. I want to read the Table a sort by date and accumulate dollars by order date. Then I want to read the second table and accumulate these dollar amounts by date...
View ArticleDatabase restore from backup--miss some transaction log backup files.How to...
One database with full recovery modelit runs full backup at 12:00 am on 1/1 one time.Then transaction log backup every 3 hours. 3:00 am, 6:00am,9:00 am, 12:00 Pm, 3:00Pm,6:00PM,9:00pm,12am......If we...
View Article