Full Text Search Install
Hi Everyone,I am installing TFS and i am getting the following error TF255149: The following server that is running SQL Server does not have the full-text search feature installed: SQL-TFS123. This...
View ArticleJson OutPut Truncation
Hello Everyone,When using Json_Query function OR Assign Json Output to a variable , the results are truncating. It is showing only upto 43680 characters only.Using Json Query========select...
View ArticleSQL Transpose Columns
Hello EveryOne,Can anyone provide me solution to my below requirement in sql ? I have below data in my table.DateColumn1`Column28/31/2019168/31/2019278/31/2019388/31/2019498/31/2019510I need below...
View ArticleMoving Temporal Tables
I would like to move some temporal tables to a new database on the same server. What would be the best method for this?
View ArticleMigrate data from Mongo Db to SQL Server
Is there any appropriate way to Migrate data from Mongo Db(not that complex collections) to SQL Server? Thank You
View ArticleHow to share or sync data in the tables among different databases on the same...
On the database server with the SQL Server 2017 Standard edition, there are some databases, let's say 3 databases, DB1, DB2 and DB3. All table structures among those databases are exactly same. Data in...
View Articleplease help me this error. Thankss
<p>please help me fix this error</p><p></p> System.NullReferenceException: 'Object reference not set to an instance of an object.'...
View ArticleIdentify Column as Primary Key with Foreign Keys Referencing it
I am preparing for a certification test and ran across a topic that confused me a bit... From what I have read, it seems like it is OK to design a database where one table has an Identity column as the...
View ArticleExecution plan from query cache its coming up with just SELECT only and...
Hi GurusI am trying to capture an execution plan form the query cache using the T-SQLSELECT cp.objtype AS ObjectType, OBJECT_NAME(st.objectid,st.dbid) AS ObjectName, cp.usecounts AS ExecutionCount,...
View ArticleWhat names did you use for your servers and instances in your Enterprise Data...
Following the Kimball patterns I was wondering if I should name the servers to sort of match.So for the development environment I might go...
View Articleattempt to fetch logical page (4:16277272) in database 5 failed . it belongs...
One of our application was not responding and we restarted the server, since then our search feature is not working on the application and we are seeing the following error messages in our sql server...
View ArticleModify stored procedure Greyed out
HiWhat kind of permissions are needed for a user to modify the stored procedure ? On of our user when right clicks on the sproc the "Modify" is greyed out. The user has database role membership as...
View ArticleOffline vs Online index operation
As I know, while online index rebuilding, SQL Server virtually creates an index and then at the end it swaps the existing old index with the new created one and then finally drops the old index. I...
View Articleimport JSON into SQL server table
How do I import this JSON into SQL server table format [ { "id": 13, "name": "starters", "sub_category": [ { "id": 11,...
View Articlesample database advertisement
Hi All,I'm looking for sample advertisement database, advertisement campaigns... etc.Thanks for the help...S
View ArticleOpening PDFs linked in Access database on an SQL Server
I have an Access database on an Microsoft SQL Server. The database has fields that contain PDFs. A form in the database has a button to PDFs that are linked to the database. When clicking on the button...
View ArticlePopulate Text catalog
Hi Everyone,Can someone please point me to a link or document to show the best way to populate the text catalog?Thanks
View ArticleTable relationships
Hi All,Is there a way to view a data model of all tables from SQL server database. I am basically looking for a way to view the existing integrity relationships between the tables to understand how...
View Articleone to many in data model
Hi,What is the best way to design a composite key or bridge table in Product table where i have repeating column values.I am trying to establish proper relationship between fact and Product...
View ArticleCombining 2 CTEs into One Query
I am having trouble trying to combine these two CTEs into One query. Can anyone help lead me in the right direction? I tried using comma after the first CTE and removing the 'WITH" in the second CTE,...
View Article