Topics
Started by
Posts
Last post
Is is possible to determine the version of Data-tier application that is deployed on sql server ins…
2 replies
Hello All Attached is a resultset I am getting. In this result set i have to return the count of th…
2 replies
I want to have Multiple parameter function like concat : MY_FUN( string1, string2, ... string_n ) w…
11 replies
I'm looking for guidelines and ideas on where staging tables should be placed. We have an applicat…
22 replies
I am trying to select data from this table CREATE TABLE [dbo].[tb_value]( [NameID] [tinyint] NOT N…
3 replies
Hello! Please excuse the "newbie" question, but I have an issue I haven't been able to work out. T…
3 replies
Hello, I'm trying to copy logins from our production server to a development server. I wanted to u…
4 replies
Hi all, I want to execute ad-hoc queries with SQL Server Native Client ODBC, using different ODBC c…
1 replies
I have a table in which there are rows with start and end dates. Each item has a dependent task wh…
1 replies
Using SQL Native Client ODBC 11 with SQL Server 2014, trying to fetch VARBINARY(4) data with SQLGet…
6 replies
Hi, I am new to sql server and old to Oracle. I have the following Oracle function: create or repl…
1 replies
Hi there, IF OBJECT_ID('Emp') is not null begin DROP TABLE Emp end create table E…
7 replies
Hi, I have a large table of over 400Million rows with a daily addition of 10Million rows. Data will…
16 replies
Hi all As far as I understand a trivial plan is a plan that there is no need or a way to optimize …
7 replies
Hi I have this 2 SP . There is some difference between them. I need a better Analyse about them. Fo…
6 replies
Viewing 15 topics - 2,326 through 2,340 (of 3,069 total)
You must be logged in to create new topics.