Viewing 15 posts - 31 through 45 (of 193 total)
My table created like this.
CREATE TABLE objects3(id int NULL, name varchar(1000) NULL)
INSERT objects3 (id, name)
SELECT object_id, encryptbypassphrase('Det är gurkor i...
October 5, 2020 at 1:28 pm
The database is restored from Production database to the testing server.Is it possible to get information from where it is calling.
September 12, 2020 at 7:43 am
Broker is disabled in the database which is mentioned in error.but in other 2 database the service broker option is enabled.
Can this query be used to delete the queue.
August 14, 2020 at 10:18 am
Using Sql trace i was able to get the Username but not the Query origin.
March 16, 2020 at 11:50 am
I used this Query.
Select * from Table_1
March 14, 2020 at 4:38 am
As i said earlier "In the license terms under the ‘Scope of License’ there mentioned “You may not publish the software for others to copy”."
November 14, 2016 at 4:36 am
I need to use SQL server 2008 because it' the latest SQL server which is supported in XP, there are many customers present who still uses the Windows XP operating...
November 14, 2016 at 12:33 am
ChrisM@Work (9/8/2014)
IT researcher (9/8/2014)
September 9, 2014 at 3:54 am
patrickmcginnis59 10839 (9/8/2014)
Talib123 (9/8/2014)
Do it via T-sql and set identity insert on-- SET IDENTITY_INSERT to ON.
SET IDENTITY_INSERT products ON
GO
It really sounds like he tried this, but in the destination...
September 9, 2014 at 12:35 am
ZZartin (9/8/2014)
Can you just not import that column? That should let the identity column on the destination table work like it's supposed to.
How can i import data without one...
September 8, 2014 at 7:31 am
GilaMonster (6/12/2014)
IT researcher (6/12/2014)
June 12, 2014 at 7:18 am
GilaMonster (6/12/2014)
IT researcher (6/12/2014)
The sql server starts everyday at 8:30 AM and stops around 9:30 PM.
June 12, 2014 at 6:53 am
Why?
SQL instances don't need to be rebooted daily. Hell, I know of instances that have been running over 6 months.
The SQL server instance is used by employees in office....
June 12, 2014 at 6:50 am
Now i again took the report and found PAGEIOLATCH_SH is still at the top and have value of wait_time_ms 11067000.
The sql server starts everyday at 8:30 AM and stops around...
June 12, 2014 at 6:28 am
SQL server restarts every night. Does these values reset on restart?
June 12, 2014 at 5:43 am
Viewing 15 posts - 31 through 45 (of 193 total)