6 Questions

beginer
beginer
Member
1328 Points
43 Posts
I have plex shared hosting on Godaddy. I has 200MB space for MS SQL DB. I'm getting error: Could not allocate space for object '...' in database '..' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to ...
Views: 416
Total Answered: 0
Total Marked As Answer: 0
Posted On: 24-Nov-2022 08:43 
 
beginer
beginer
Member
1328 Points
43 Posts
I'm using SQL Server DB to store images and name. Following are the table definition: CREATE TABLE dbo.Tmp_Image ( Id bigint NOT NULL IDENTITY (1, 1), Name varchar(250) NOT NULL, Url nvarchar(550) NOT NULL, Type varchar(150) NOT NULL ) And has collation setting as ' ...
Views: 2122
Total Answered: 2
Total Marked As Answer: 2
Posted On: 28-Sep-2019 22:57 
 
Jak
Jak
Member
858 Points
132 Posts
Hi, What is ACID and how it is link with transaction?
Views: 8920
Total Answered: 0
Total Marked As Answer: 0
Posted On: 18-Dec-2015 07:25 
 
Jak
Jak
Member
858 Points
132 Posts
Hi, I have table xyz as:  C1 C2 1 2 3 4  I want result something like that  C1 C2 2 4 1 3 How can achieve this. Thanks. 
Views: 8996
Total Answered: 0
Total Marked As Answer: 0
Posted On: 15-Dec-2015 06:10 
 
Jak
Jak
Member
858 Points
132 Posts
How do we check if a name exist in database ?
Views: 9790
Total Answered: 1
Total Marked As Answer: 0
Posted On: 21-Mar-2015 19:19 
 
Jak
Jak
Member
858 Points
132 Posts
HI, how to update image records in database?
Views: 10595
Total Answered: 1
Total Marked As Answer: 1
Posted On: 10-Jan-2015 21:22 
 
 Log In to Chat