Insert string values into integer column
hi,could any one please tell me that is it possible to insert string values into integer column in sql datatable.Thanks,
View ArticleI have two dates from date and end date........
I have two dates from date and end date........for each date between from date and end date I have records having correct and incorrect valueslike for date xcorrectcorrectincorrectI want to get output...
View Articlepivot with header and details
I need to display data from both header and detail, details has to come from other table also--CREATE TABLE ----------------- CREATE TABLE [dbo].[Table_Dept]( [DeptId] [int] NULL, [DeptCode] [char](2)...
View ArticleServer Database not working
Hi,My application is working fine in my local system.Inserting ,updating gettting data from database.But when i moved all tables and stored procedures from my database to another database in another...
View ArticleResource database
Hi,What are the benefits of having resource database in 2005 compared to previous versions?
View Articlesyntax eror near ""
I have SQL tables column name "Datumpåmin" type date "yyyy.MM.dd." I want to remove all items if the day now has paserat date in Datumpåmin SQL = "DELETE * FROM ma WHERE Datumpåmin <...
View Articleservice packs
Hi,What are the service packs until now for all versions in sql server(2000, 2005, 2008, 2008r2, 2012). Are there any cummulative updates after that.
View ArticleMultiple SQL Server Program Files
I am very inexperienced using SQL Server and having a problem installing SQL Server Management Studio. I think a big part of my problem is the number of SQL Server files on my computer. There are 11...
View ArticleSame query producing different record counts on two different machines
I am running a sql server query on two different machines but connected to same server and same database. This query is used to remove all the padding and provide a clean data. SELECT DISTINCT...
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 ArticleHow to upload a video file into database using asp.net2.0
Hi Pals...I have a problem that uploading an video file into the databaseusing asp.net2.0 and sqlserver as database.This is urgent for me .Please help me any one................thanks in advance
View ArticleSQL arithabort and nocount
I have one stored procedure . Its created by some one who worked before handover to me. Now my doubt is why they are used set arithabort on set nocount on in this procedure and Can I remove it from...
View Articlechange constraint
Hi all, how do I change constraint? current: CREATE TABLE [dbo].[table1]( [column1] [nvarchar](50) NOT NULL, [column2] [nvarchar](200) NULL, [column3] [ntext] NULL, CONSTRAINT...
View Articlehow do I define memtoleave parameter with -g switch?
hi out thereOn our Windows 2003 servers w. sp1 and running MS SQL Server 2000 w. sp4 wesee from time to time that we get this error "cannot allocate 64kcontinous memory" or "SQL Server could not spawn...
View ArticleMDS Descriptor Files associated with Databases Files
Hi All, Are there any MDS Descriptor Files associated with Databases Files? Are these associated with transaction logs? As per my information there are .mdf , .ndf and .ldf files.Could anyone please...
View ArticleLogs for sql server agent restart
Hi, Can I get log on the sql server agent restart history of week. I mean the sql server agent has been restarted several times in last week I want to know the date and time when the sql server agent...
View Article