Skip to main content

Questions tagged [sql-server-2012]

SQL Server 2012 (major build version 11.00.xxxx). Please also tag sql-server.

2 votes
1 answer
83 views

I have a requirement to upgrade several SQL Server 2008 SP3 databases to a new environment on new servers running SQL Server 2022. As per Microsoft’s documentation, SQL Server 2008 cannot be upgraded ...
Sachintha Nanayakkara's user avatar
0 votes
1 answer
88 views

I have a table that is structured in the following manner that we have imported from another source into SQL Server: Tier 0 Tier 1 Tier 2 Tier 3 AA;AB;BB T1A;T1B T1A2A;T1A2B;T1B2A T1A2A3A;T1A2B3A;...
Felipe Deguchi's user avatar
5 votes
1 answer
426 views

I am trying to grant the [CONNECT ANY DATABASE] permission to a specific SQL account on multiple instances. However, one server is running SQL Server 2012 and that permission was not introduced until ...
AABCDS's user avatar
  • 119
0 votes
2 answers
270 views

I cannot shrink a log file, for a database that is in Simple recovery model (used to be in Full , and was changed to Simple). I have tried every solution I can find on the internet, even the mighty ...
Greg Bala's user avatar
  • 1,025
1 vote
1 answer
123 views

In traditional usages of Microsoft SQL Server, exactly one row flows from one operator in a query plan to the next. In Batch Mode, huge performance gains are obtained by moving thousands of rows at a ...
J. Mini's user avatar
  • 1,322
2 votes
1 answer
110 views

I have a corrupted SQL Database that is inacessible by any means. It is to the point that simple commands, like USE MyDatabase, won't execute. The error I get is: SQL Server detected a logical ...
joaocarlosib's user avatar
1 vote
0 answers
145 views

I am running SQL Server 2022 Enterprise inside a company domain. I have a SQL Agent job that runs a stored procedure. The job runs under a domain account say 'domain\myuser' that is a member of '...
sydney's user avatar
  • 167
-1 votes
1 answer
185 views

I am running a job which deletes data from 7 tables, 2 of which contains 1-2 million records. But the job gets stuck at a point when deleting data from web_activity table which holds only 42 000 ...
swati's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
303