Topics
Started by
Posts
Last post
Here is my basic table design without any relationships added. USE [MyDatabase] GO /****** Object: …
3 replies
Hey guys, just want to verify something. If I have a package being executed from a job and the acct…
1 replies
Friends, I am encountering a weird issue in SQL Server 2008 R2. A database sized 500 GB has the fol…
20 replies
Hi Guys, I have this scenario. I have to migrate just the data from 2005 to 2008R2 env. I tried to…
11 replies
I know how to copy and paste data from one table to another table with INSERT and SELECT query. I j…
1 replies
Hello there, I have a some SSIS-Stored-Packages. Running these jobs via "Run package", works fine, …
2 replies
I know IDENTITY function can be used for this but then it needs SELECT...INTO which inserts into ne…
2 replies
Hi All, I have a problem in Designing tables for events which are scheduling daily,weekly, m…
3 replies
Hi, We are planning to change the datatype from varchar to nvarchar What will be the impacts IS it …
1 replies
Our SQL Servers are on VMware. All of the SQL data is stored on the SAN. The backups are also on th…
2 replies
I am trying to collect the result of dbcc show_statistics('table1', pk_table1) in a working table …
2 replies
We have a process that loads a large file (almost 10 million records). It used to take a few hours,…
18 replies
dbcc show_Statistics('tb1',pk_tbl1) Why is the result empty? pk_tb1NULLNULLNULLNULLNULLNULLN…
8 replies
Hi I have a query SELECT COUNT(dbo.tblAppointments.PatientID) AS NumberOfPatientsCurrentlyEnr…
3 replies
This example has been simplified so I can explain the concept I’m trying to figure out. The actual…
5 replies
Viewing 15 topics - 5,011 through 5,025 (of 30,225 total)
You must be logged in to create new topics.