Topics
Started by
Posts
Last post
I've this table and data as following, CreatedDate CANNOT NULL. LatestRepliedDate can NULL CREATE…
3 replies
By: Zidar
I've this ( years, months, and days ) DECLARE @date datetime, @tmpdate datetime, @years int, @month…
14 replies
By: Adelia
VS 2017, SQL Server 2016 and 2017, is it possible and or making sense to migrate a solution from SS…
5 replies
What is suspect mode? Is the database suspect mode solved automatically? If no, Any other methods a…
1 replies
By: Ant-Green
USE [DatabaseA] GO CREATE DATABASE AUDIT SPECIFICATION [DatabaseAuditSpecification-DatabaseA] FOR S…
3 replies
I need to combine these two query's to get shipped and received for each year,month in one query. S…
4 replies
As mentioned in the link below, https://www.codemag.com/article/0605061/SQL-Server-2005-Query-Notif…
2 replies
I am getting below Deadlock Error: Transaction (Process ID 1900) was deadlocked on lock resources w…
3 replies
Hi, I've table and data as following, declare @t1 table (Id int identity(1,1), first_name varchar(2…
4 replies
By: Adelia
I have included the DDL to re-create the 2 tables in this examples. I can't post the actual DDL so …
27 replies
Hi Gurus, I am just trying to convert data type on a sql script. ----From this format to and conver…
5 replies
By: Zidar
So I want to store the difference in milliseconds between rows in a column Table format ID , Label,…
8 replies
By: Zidar
Hello, I am able to get data from web service with Excel VBA Code : Sub LOGIN() Dim Movie As Object…
3 replies
Just curious if there are people who really write SQL queries sequentially. For example, I often ju…
3 replies
I am importing a flat file from a network share which is dropped there by an application and popula…
5 replies
By: stevec883
Viewing 15 topics - 256 through 270 (of 1,544 total)
You must be logged in to create new topics.